INPUT_OBJECT
TaskSlotInput
A task slot represents a pool of similar questions. During a test session, exactly one task will be randomly chosen from each task slot.
link GraphQL Schema definition
1 input TaskSlotInput { 4 2 # The IDs of the tasks that may be randomly selected from this slot. 3 ID]! : [ 7 5 # The languages available to use for a task selected from this slot. 6 LanguageName] : [ 11 8 # The maximum score that can be achieved by correctly solving a task from this 9 # slot. 10 Int! : 12 }