INPUT_OBJECT

TestCasesInput

link GraphQL Schema definition

1input TestCasesInput {
3
2inputFormat: [TaskInputArgumentInfo!]!
5
4outputFormat: TaskOutputInfo!
7
6testCases: [TestCaseInput!]!
8}