OBJECT
A result of a validation
type Validity {# Whether the value was validvalid: Boolean! # The value that was validatedvalue: String }