OBJECT

AddTestPlansResult

Add Test Plans Result type

link GraphQL Schema definition

1type AddTestPlansResult {
2
3# Issue ids of the added Test Plans.
4addedTestPlans: [String]
5
6# Warning generated during the operation.
7warning: String
8
9}