OBJECT

FirstNameIsEmptyProfessionalUpdateUserError

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

link GraphQL Schema definition

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