OBJECT

CreateTestPlanResult

Create Test Plan Result type

link GraphQL Schema definition

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