OBJECT

SAMLUserIdIsEmptyProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided SAML user id is empty.

link GraphQL Schema definition

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