Eventjet GraphQL API documentation

validation

The result of validating the provided customer data.

Arguments

validation doesn't take any arguments.

Type

This field resolves to CustomerDataValidationResult, which has the following fields:

FieldDescriptionType
errorsValidation errors, if any. Empty when the data is valid.[ CustomerDataValidationError! ]!