OBJECT

SkillArea

Skill area with candidate proficiency level, and the questions contributed to the skill area

link GraphQL Schema definition

1type SkillArea {
2
3name: String!
4
5label: String!
6
7questions: [SkillAreaTask]
8
9}