OBJECT

InvalidRoleProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided role name is invalid.

link GraphQL Schema definition

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