Anchor to MetafieldIdentifierMetafield
objectMetafield Identifier
Identifies a metafield by its owner resource, namespace, and key.
Anchor to FieldsFields
- key (String!)
- namespace (String!)
- ownerId (ID!)
- •String!non-null
The key of the metafield.
- Anchor to namespacenamespace•String!non-null
The namespace of the metafield.
- Anchor to ownerIdowner•ID!
Id non-null GID of the owner resource that the metafield belongs to.
Was this section helpful?
Anchor to MutationsMutations
- metafieldsDelete (MetafieldsDeletePayload)
- •mutation
Deletes
Metafieldobjects in bulk by specifying combinations of owner ID, namespace, and key.Returns the identifiers of successfully deleted metafields. If a specified metafield doesn't exist, then the mutation still succeeds but returns
nullfor that identifier in the response.- Anchor to metafieldsmetafields•[Metafield
Identifier Input!]! required A list of identifiers specifying metafields to delete. At least one identifier must be specified.
Arguments
Was this section helpful?