OBJECT

Skill

Users can be organized by skills in order to automatically direct visitors to the right users. For more information regarding how to use skills, please see the following documentation: https://help.iadvize.com/hc/en-gb/articles/203444283-Use-the-skills.

link GraphQL Schema definition

  • type Skill {
  • # Skill identifier
  • id: Long!
  • # Skill name
  • name: String!
  • # Telephone number
  • telephoneNumber: String
  • # Location of the skill
  • location: Location
  • # Created date
  • createdAt: DateTime!
  • # Updated date
  • updatedAt: DateTime!
  • # The parent of this skill
  • parent: Skill
  • # The root of this skill
  • root: Skill
  • # Number of users that have the given skill
  • userCount: Int!
  • }