INPUT_OBJECT
EditDatabaseTaskInput
link GraphQL Schema definition
1 input EditDatabaseTaskInput { 5 2 # The title of the question is the more user-friendly version of the question 3 # name. 4 String : 8 6 # The number of test cases that will be made visible to the test-taker. 7 Int : 16 9 # A list that describes customized execution time limits for one or more 10 # languages. 11 # If a language is not specified in the list, its execution time limit will be set 12 # to the default. 13 # In particular, you can pass an empty list to reset the time limits for all 14 # languages to the default. 15 DatabaseLanguageTimeLimit!] : [ 18 17 DatabaseExecutionEnvironment!] : [ 19 }