INPUT_OBJECT

EditDatabaseTaskInput

link GraphQL Schema definition

1input EditDatabaseTaskInput {
5
2# The title of the question is the more user-friendly version of the question
3# name.
4title: String
8
6# The number of test cases that will be made visible to the test-taker.
7sampleTestCount: 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.
15timeLimits: [DatabaseLanguageTimeLimit!]
18
17executionEnvironments: [DatabaseExecutionEnvironment!]
19}

link Required by