---
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
metadata:
  effectiveApiVersion: 2024-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-08-09T13:00:42-04:00'
  postedAt: '2024-08-09T12:53:00-04:00'
  updatedAt: '2024-08-09T13:30:22-04:00'
  effectiveAt: '2024-08-09T12:53:00-04:00'
---

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 <https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/standardMetafieldDefinitionEnable> and <https://shopify.dev/docs/api/admin-graphql/unstable/mutations/standardMetafieldDefinitionsEnable>.
