OBJECT

UserError

Represents an error in the input of a mutation.

link GraphQL Schema definition

  • type UserError {
  • # Path to input field which caused the error.
  • field: [String!]
  • # The error message.
  • message: String!
  • }