INPUT_OBJECT
EditStandardTaskInput
link GraphQL Schema definition
1 input EditStandardTaskInput { 4 2 # The title of the task is the more user-friendly version of the task name. 3 String : 6 5 String : 8 7 TaskInputArgumentInfo] : [ 10 9 TaskOutputInfo : 12 11 TestCaseInput] : [ 15 13 # The number of test cases that will be made visible to the test-taker. 14 Int : 19 16 # The list of all the languages that are allowed to be used in this task, 17 # or an empty list to allow all possible languages. 18 CodingLanguageName] : [ 27 20 # A list that describes customized execution time limits for one or more 21 # languages. 22 # If a language is not specified in the list, its execution time limit will be set 23 # to the default. 24 # In particular, you can pass an empty list to reset the time limits for all 25 # languages to the default. 26 LanguageTimeLimit] : [ 28 }