Anchor to MetafieldIdentifierMetafield
Metafield Identifier
object
Identifies a metafield by its owner resource, namespace, and key.
Anchor to FieldsFields
- •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
- •mutation
Deletes multiple metafields in bulk.
- Anchor to metafieldsmetafields•[Metafield
Identifier Input!]!required A list of identifiers specifying metafields to delete. At least one identifier must be specified.
Arguments
- Anchor to deletedMetafieldsdeleted•
Metafields List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.
- Anchor to userErrorsuser•
Errors [UserError!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?