shopifyFunction - admin-graphql - QUERY
Version: 2024-10
Description:
The Shopify Function.
Access Scopes
Arguments
-
id:
String! -
The ID of the Shopify Function.
Returns
-
apiType:
String!
The API type of the Shopify Function.
-
apiVersion:
String!
The API version of the Shopify Function.
-
app:
App!
The app that owns the Shopify Function.
-
appBridge:
FunctionsAppBridge!
The App Bridge information for the Shopify Function.
-
appKey:
String!
The client ID of the app that owns the Shopify Function.
-
description:
String
The description of the Shopify Function.
-
id:
String!
The ID of the Shopify Function.
-
inputQuery:
String
The input query of the Shopify Function.
-
title:
String!
The title of the Shopify Function.
-
useCreationUi:
Boolean!
If the Shopify Function uses the creation UI in the Admin.
Examples