Skip to main content
mutation

Requires write_validations access scope.

Update a validation.

•ID!
required

The ID representing the validation to update.

•ValidationUpdateInput!
required

The input fields to update a validation.


Was this section helpful?

Anchor to ValidationUpdatePayload returnsValidationUpdatePayload returns

•[ValidationUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•Validation

The updated validation.


Was this section helpful?