OBJECT

UserError

A user-readable error

link GraphQL Schema definition

  • type UserError {
  • # A description of the error
  • message: String!
  • # Which input value this error came from
  • path: [String!]
  • }