OBJECT

DatabaseTestCaseInputType

link GraphQL Schema definition

1type DatabaseTestCaseInputType {
2
3# This input is a SQL setup script for the test case
4input: String
5
6# This output is the test result formatted as CSV
7output: String
8
9}