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.


•mutation

Deletes a validation.

Arguments

•ID!
required

The ID representing the installed validation.


•mutation

Update a validation.

Arguments

•ValidationUpdateInput!
required

The input fields to update a validation.

•ID!
required

The ID representing the validation to update.



Was this section helpful?


Was this section helpful?