StandardMetafieldDefinitionsEnableInput - admin-graphql - INPUT_OBJECT
Version: unstable
Description:
The input fields for enabling a standard metafield definition.
Access Scopes
Fields
-
access:
StandardMetafieldDefinitionAccessInput -
The access settings that apply to each of the metafields that belong to the metafield definition.
-
key:
String! -
The key of the standard metafield to enable. Used in combination with `namespace`.
-
namespace:
String! -
The namespace of the standard metafield to enable. Used in combination with `key`.
-
ownerType:
MetafieldOwnerType! -
The resource type that the metafield definition is scoped to.
-
pin:
Boolean -
Whether to pin the metafield definition.
-
visibleToStorefrontApi:
Boolean -
Whether metafields for the definition are visible using the Storefront API.
Input objects with this input object
Examples