Anchor to MetafieldIdentifierMetafield
objectMetafield Identifier
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!non-null
Id 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•[Metafield
Metafields Identifier] List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?