INPUT_OBJECT

ValidityInputAttributes

Attributes for validating lists of values

link GraphQL Schema definition

  • input ValidityInputAttributes {
  • # The type of value being passed in for validation
  • validationType: Validatable!
  • # The values to be validated
  • values: [String!]!
  • }

link Require by