INPUT_OBJECT
CreateFreeFilesystemTaskInput
link GraphQL Schema definition
1 input CreateFreeFilesystemTaskInput { 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. Defaults to true. 12 : Boolean 16 14 # Whether persistent session preview is enabled. Defaults to false. 15 : 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). 20 : String 24 22 # View configuration overrides. 23 : ViewOverridesInput 25 }