OBJECT

PasswordNotSetProfessionalCreateUserError

Error returned by the professionalCreate mutation when no password or samlUserId is provided.

link GraphQL Schema definition

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