INTERFACE

UserError

Represents an error in the input of a mutation

link GraphQL Schema definition

  • interface UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }

link Require by