# shopifyFunction - admin-graphql - QUERY Version: 2024-10 ## Description The Shopify Function. ### Access Scopes ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/String): String! - The ID of the Shopify Function. ## Returns * [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. ## Examples