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 Metafield objects 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 null for that identifier in the response.

Arguments

•[MetafieldIdentifierInput!]!
required

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



Was this section helpful?