INPUT_OBJECT
ValidityInputAttributes
Attributes for validating lists of values
link GraphQL Schema definition
- input ValidityInputAttributes {
- # The type of value being passed in for validation
- : Validatable!
- # The values to be validated
- : [String!]!
- }