OBJECT
TaskLevel
A level of a progressive question.
link GraphQL Schema definition
1 type TaskLevel { 2 3 # Unique identifier. 4 : ID! 5 6 # The question to which the level belongs. 7 : SingleEnvironmentTask! 8 9 : [TaskLevelExecutionEnvironment] 10 11 }