Skip to main content
object

Requires read_validations access scope.

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

•ValidationUserErrorCode

The error code.

•[String!]

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

•ValidationCreateInput!required

The input fields for a new validation.


Fields

•[ValidationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•Validation

The created validation.

•mutation

Deletes a validation.

Arguments

•ID!required

The ID representing the installed validation.


Fields

•ID

Returns the deleted validation ID.

•[ValidationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Update a validation.

Arguments

•ID!required

The ID representing the validation to update.

•ValidationUpdateInput!required

The input fields to update a validation.


Fields

•[ValidationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•Validation

The updated validation.


Was this section helpful?


Was this section helpful?