OBJECT

InvalidSkillIdProfessionalCreateUserError

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

link GraphQL Schema definition

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