OBJECT

AddTestsResult

Add Tests Result type

link GraphQL Schema definition

1type AddTestsResult {
2
3# Issue Ids of the added Tests.
4addedTests: [String]
5
6# Warning generated during the operation.
7warning: String
8
9}