OBJECT

EmailAlreadyUsedProfessionalUpdateUserError

Error returned by the professionalUpdate mutation when the provided email is already used by another user.

link GraphQL Schema definition

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