OBJECT

AddTestExecutionsResult

Add Test Executions Result type

link GraphQL Schema definition

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