ValidationOption
No description
type ValidationOption {
key: String!
value: String!
}
Fields
ValidationOption.key ● String! non-null scalar
The name of a variable to be subsituted in a validation message template
ValidationOption.value ● String! non-null scalar
The value of a variable to be substituted in a validation message template
Member Of
ValidationMessage object