OBJECT

NotAProfessionalUserIdProfessionalSetSkillsUserError

Error returned by the professionalSetSkills mutation when the provided user id targets a user who is not a professional user.

link GraphQL Schema definition

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