INPUT_OBJECT

CreateFilesystemLevelInput

Input for creating a level of a progressive scorable-filesystem question.

link GraphQL Schema definition

1input CreateFilesystemLevelInput {
5
2# The level's problem statement (optional; environment descriptions carry the
3# per-level prompt).
4description: String
9
6# The level's execution environments. Each must include at least one unit test
7# with a positive weight.
8executionEnvironments: [FilesystemLevelExecutionEnvironmentInput!]!
10}