OBJECT

FirstNameIsEmptyProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided first name is empty.

link GraphQL Schema definition

  • type FirstNameIsEmptyProfessionalCreateUserError implements UserError {
  • # Error message providing more details about the error.
  • message: String!
  • }