Anchor to MetafieldDefinitionDeletePayloadMetafield
payloadMetafield Definition Delete Payload
Return type for the mutation.
Anchor to FieldsFields
- deletedDefinition (MetafieldDefinition)
- userErrors ([UserError!]!)
- Anchor to deletedDefinitiondeleted•Metafield
Definition Definition - Anchor to userErrorsuser•[User
Errors Error!]! non-null List of errors that occured while executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- metafieldDefinitionDelete (MetafieldDefinitionDeletePayload)
- •mutation
Remove a MetafieldDefinition and cascade delete all associated Metafields.
- Anchor to identifieridentifier•Custom
Data Key Pair Input! required This argument accepts an object that consists of a
keyand an optionalnamespace. Thekeyis a mandatory attribute that represents a specific element within a namespace. Thenamespaceattribute, if provided, should be a period-delimited string representing the hierarchical path to the desired definition. This is applicable in cases where the desired definition is nested within namespaces. In the absence of a providednamespace, the system will default to the client's implicit, reserved namespace.
Arguments
Was this section helpful?