--- title: Added new access argument to standardMetafieldDefinitionEnable and standardMetafieldDefinitionsEnable GraphQL mutations - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/added-new-access-argument-to-standardmetafielddefinitionenable-and-standardmetafielddefinitionsenable-graphql-mutations md: https://shopify.dev/changelog/added-new-access-argument-to-standardmetafielddefinitionenable-and-standardmetafielddefinitionsenable-graphql-mutations.md --- [Back to Developer changelog](https://shopify.dev/changelog) August 9, 2024 Tags: * Admin GraphQL API * 2024-10 # Added new `access` argument to `standardMetafieldDefinitionEnable` and `standardMetafieldDefinitionsEnable` GraphQL mutations As of the GraphQL Admin API version 2024-10, an `access` argument is being added to the `standardMetafieldDefinitionEnable` and `standardMetafieldDefinitionsEnable` GraphQL mutations. As of the GraphQL Admin API version 2024-10, we're deprecating the `visibleToStorefrontApi` argument on the `standardMetafieldDefinitionEnable` and `standardMetafieldDefinitionsEnable` GraphQL mutations. Use the new `access` argument instead. The new `access` argument allows developers to specify more granular access controls when enabling a standard metafield definition template. Learn more about `standardMetafieldDefinitionEnable` and `standardMetafieldDefinitionsEnable` at and .