OBJECT

InvalidEmailProfessionalUpdateUserError

Error returned by the professionalUpdate mutation when the provided email is invalid.

link GraphQL Schema definition

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