OBJECT

InvalidSkillIdProfessionalSetSkillsUserError

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

link GraphQL Schema definition

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