MetafieldDefinitionIdentifier - admin-graphql - OBJECT
Version: unstable
Description:
Identifies a metafield definition by its owner type, namespace, and key.
Access Scopes
Fields
-
key:
String! -
The unique identifier for the metafield definition within its namespace.
-
namespace:
String! -
The container for a group of metafields that the metafield definition is associated with.
-
ownerType:
MetafieldOwnerType! -
The resource type that the metafield definition is attached to.
Connections
Related queries
Related mutations
-
metafieldDefinitionDelete
Delete a metafield definition.
Optionally deletes all associated metafields asynchronously when specified.
Related Unions
Examples