OBJECT

DisplayableError

Represents an error in the input of a mutation.

link GraphQL Schema definition

  • type DisplayableError {
  • # Path to the input field that caused the error.
  • field: String!
  • # The error message.
  • message: String!
  • }