OBJECT

FirstNameIsEmptyError

Missing value for the first name

link GraphQL Schema definition

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