OBJECT

ValidationOption

link GraphQL Schema definition

  • type ValidationOption {
  • # The name of a variable to be subsituted in a validation message template
  • key: String!
  • # The value of a variable to be substituted in a validation message template
  • value: String!
  • }