OBJECT

CannotChangeOwnRoleProfessionalUpdateUserError

Error returned by the professionalUpdate mutation when the calling user attempts to change their own role.

link GraphQL Schema definition

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