# ShopifyFunction - admin-graphql - OBJECT Version: 2024-10 ## Description A Shopify Function. ### Access Scopes ## Fields * [apiType](/docs/api/admin-graphql/2024-10/scalars/String): String! - The API type of the Shopify Function. * [apiVersion](/docs/api/admin-graphql/2024-10/scalars/String): String! - The API version of the Shopify Function. * [app](/docs/api/admin-graphql/2024-10/objects/App): App! - The app that owns the Shopify Function. * [appBridge](/docs/api/admin-graphql/2024-10/objects/FunctionsAppBridge): FunctionsAppBridge! - The App Bridge information for the Shopify Function. * [appKey](/docs/api/admin-graphql/2024-10/scalars/String): String! - The client ID of the app that owns the Shopify Function. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The description of the Shopify Function. * [id](/docs/api/admin-graphql/2024-10/scalars/String): String! - The ID of the Shopify Function. * [inputQuery](/docs/api/admin-graphql/2024-10/scalars/String): String - The input query of the Shopify Function. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the Shopify Function. * [useCreationUi](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - If the Shopify Function uses the creation UI in the Admin. ## Connections ## Related queries * [shopifyFunction](/docs/api/admin-graphql/2024-10/queries/shopifyFunction) The Shopify Function. * [shopifyFunctions](/docs/api/admin-graphql/2024-10/queries/shopifyFunctions) Returns the Shopify Functions for apps installed on the shop. ## Related mutations ## Related Unions ## Examples