INPUT_OBJECT
UpdateFrontendTaskInput
link GraphQL Schema definition
1 input UpdateFrontendTaskInput { 3 2 : [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". 7 : [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". 12 : [FrontendScriptLanguageName!] 14 }