INPUT_OBJECT
EditFreeFilesystemTaskInput
link GraphQL Schema definition
1 input EditFreeFilesystemTaskInput { 4 2 # Unique question name. 3 : String 7 5 # The labels for this question. 6 : [String!] 10 8 # The question execution environments. 9 : [FilesystemExecutionEnvironmentInput!] 13 11 # Whether network access is enabled. 12 : Boolean 16 14 # Whether persistent session preview is enabled. 15 : 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. 21 : String 25 23 # View configuration overrides. 24 : ViewOverridesInput 26 }