OBJECT

UserNameIsEmptyError

Missing value for the user-name

link GraphQL Schema definition

  • type UserNameIsEmptyError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }