INPUT_OBJECT

EditFreeFilesystemTaskInput

link GraphQL Schema definition

1input EditFreeFilesystemTaskInput {
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.
12enableNetwork: Boolean
16
14# Whether persistent session preview is enabled.
15persistentSessionPreview: Boolean
22
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).
20# When set to an empty string, the AI checker will be disabled.
21responseRubric: String
25
23# View configuration overrides.
24viewOverrides: ViewOverridesInput
26}

link Required by