INPUT_OBJECT

CreateFreeFilesystemTaskInput

link GraphQL Schema definition

1input CreateFreeFilesystemTaskInput {
4
2# Unique question name.
3name: String!
7
5# The labels for this question.
6labels: [String!]
10
8# The question execution environments.
9executionEnvironments: [FilesystemExecutionEnvironmentInput!]!
13
11# Whether network access is enabled. Defaults to true.
12enableNetwork: Boolean
16
14# Whether persistent session preview is enabled. Defaults to false.
15persistentSessionPreview: Boolean
21
17# The response rubric for AI checker evaluation.
18# When provided and non-empty, the question will use an AI checker (hasAiChecker
19# will be true).
20responseRubric: String
24
22# View configuration overrides.
23viewOverrides: ViewOverridesInput
25}

link Required by