OBJECT

CoreSkillScores

Core skill scores determined by the assessment result

link GraphQL Schema definition

1type CoreSkillScores {
2
3implementation: Int
4
5problemSolving: Int
6
7speed: Int
8
9}