INPUT_OBJECT
CreateFilesystemLevelInput
Input for creating a level of a progressive scorable-filesystem question.
link GraphQL Schema definition
1 input CreateFilesystemLevelInput { 5 2 # The level's problem statement (optional; environment descriptions carry the 3 # per-level prompt). 4 : String 9 6 # The level's execution environments. Each must include at least one unit test 7 # with a positive weight. 8 : [FilesystemLevelExecutionEnvironmentInput!]! 10 }