Anchor to MetafieldDefinitionDeleteUserErrorMetafield
Metafield Definition Delete User Error
object
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Delete a metafield definition. Optionally deletes all associated metafields asynchronously when specified.
- Anchor to deleteAllAssociatedMetafieldsdelete•
All Associated Metafields BooleanDefault:false Whether to delete all associated metafields.
- •
The id of the metafield definition to delete. Using
identifier
is preferred.- Anchor to identifieridentifier•
The identifier of the metafield definition to delete.
Arguments
- Anchor to deletedDefinitiondeleted•
Definition The metafield definition that was deleted.
- Anchor to deletedDefinitionIddeleted•
Definition Id The ID of the deleted metafield definition.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?