OBJECT

InvalidPasswordProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided password is invalid.

link GraphQL Schema definition

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