OBJECT

SkillAreaTask

The questions contribute to a skill area

  • Cost complexity: 1

link GraphQL Schema definition

1type SkillAreaTask {
2
3task: SingleEnvironmentTask!
4
5level: TaskLevel
6
7}