OBJECT

LastNameIsEmptyProfessionalUpdateUserError

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

link GraphQL Schema definition

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