Skip to main content
object

Identifies a metafield by its owner resource, namespace, and key.

•String!non-null

The key of the metafield.

•String!non-null

The namespace of the metafield.

•ID!non-null

GID of the owner resource that the metafield belongs to.


Was this section helpful?

•mutation

Deletes multiple metafields in bulk.

Arguments

•[MetafieldIdentifierInput!]!required

A list of identifiers specifying metafields to delete. At least one identifier must be specified.


Fields

•[MetafieldIdentifier]

List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.

•[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?