Anchor to UserErrorUser
objectUser Error
Represents an error in the input of a mutation.
Anchor to FieldsFields
- field ([String!]!)
- message (String!)
- Anchor to fieldfield•[String!]!non-null
Path to input field which caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- metafieldDelete (MetafieldDeletePayload)
- metafieldsSet (MetafieldsSetPayload)
- •mutation
Remove a Metafield corresponding to a definition from a user.
- Anchor to identifieridentifier•Custom
Data Key Pair Input! required Key and namespace pair that together form the path to the definition. Key is required, Namespace defaults to the Client's implicit, reserved namespace if not provided
Arguments
- •mutation
Set or Update a Metafield on a resource.
- Anchor to metafieldsmetafields•[Metafield
Set Input!]! required
Arguments
Was this section helpful?