Skip to main content
Anchor to MetafieldDefinitionDeleteUserError

MetafieldDefinitionDeleteUserError

object

An error that occurs during the execution of MetafieldDefinitionDelete.

•MetafieldDefinitionDeleteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Delete a metafield definition. Optionally deletes all associated metafields asynchronously when specified.

Arguments

Anchor to deleteAllAssociatedMetafieldsdeleteAllAssociatedMetafields
•BooleanDefault:false

Whether to delete all associated metafields.

•ID!required

The id of the metafield definition to delete.


Fields

•ID

The ID of the deleted metafield definition.

•[MetafieldDefinitionDeleteUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?