INPUT_OBJECT

UpdateFrontendTaskInput

link GraphQL Schema definition

1input UpdateFrontendTaskInput {
3
2includedLibraries: [FrontendLibraryInput!]
8
4# The list of styling languages that are allowed to be used in this question,
5# or an empty list to allow all possible styling languages.
6# Should always be specified together with "allowedScriptLanguages".
7allowedStyleLanguages: [FrontendStyleLanguageName!]
13
9# The list of scripting languages that are allowed to be used in this question,
10# or an empty list to allow all possible scripting languages.
11# Should always be specified together with "allowedStyleLanguages".
12allowedScriptLanguages: [FrontendScriptLanguageName!]
14}

link Required by