Skip to main content
object

Requires read_validations access scope.

An error that occurs during the execution of a validation mutation.

•

The error code.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

•
mutation

Creates a validation.

Arguments

•

The input fields for a new validation.


Fields

•

The list of errors that occurred from executing the mutation.

•

The created validation.

•
mutation

Deletes a validation.

Arguments

•
ID!required

The ID representing the installed validation.


Fields

•

Returns the deleted validation ID.

•

The list of errors that occurred from executing the mutation.

•
mutation

Update a validation.

Arguments

•
ID!required

The ID representing the validation to update.

•

The input fields to update a validation.


Fields

•

The list of errors that occurred from executing the mutation.

•

The updated validation.


Was this section helpful?


Was this section helpful?