OBJECT

InvalidProjectIdProfessionalCreateUserError

Error returned by the professionalCreate mutation when a provided project id is invalid.

link GraphQL Schema definition

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