Anchor to ValidationUserErrorValidation
objectValidation User Error
Requires access scope.
An error that occurs during the execution of a validation mutation.
Anchor to FieldsFields
- Anchor to codecode•Validation
User Error Code The error code.
- Anchor to fieldfield•[String!]
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
Creates a validation.
- Anchor to validationvalidation•Validation
Create Input!required The input fields for a new validation.
Arguments
- Anchor to userErrorsuser•[Validation
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to validationvalidation•Validation
The created validation.
Fields
- •mutation
Deletes a validation.
- •ID!required
The ID representing the installed validation.
Arguments
- Anchor to deletedIddeleted•ID
Id Returns the deleted validation ID.
- Anchor to userErrorsuser•[Validation
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Update a validation.
- •ID!required
The ID representing the validation to update.
- Anchor to validationvalidation•Validation
Update Input!required The input fields to update a validation.
Arguments
- Anchor to userErrorsuser•[Validation
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to validationvalidation•Validation
The updated validation.
Fields
Was this section helpful?