OBJECT

ValidationError

A user-readable error

link GraphQL Schema definition

  • type ValidationError {
  • # Which input value this error came from
  • attribute: String!
  • # A description of the error that includes the humanized attribute name
  • fullMessage: String!
  • # A description of the error
  • message: String!
  • }

link Require by