OBJECT

Validity

A result of a validation

link GraphQL Schema definition

  • type Validity {
  • # Whether the value was valid
  • valid: Boolean!
  • # The value that was validated
  • value: String
  • }

link Require by