OBJECT

CreateTestResult

Create Test Result type

link GraphQL Schema definition

1type CreateTestResult {
2
3# Test that was created.
4test: Test
5
6# Warnings generated during the operation.
7warnings: [String]
8
9}