OBJECT

AddDefectsResult

Added Defects Result Type

link GraphQL Schema definition

1type AddDefectsResult {
2
3# Ids of the added Defects.
4addedDefects: [String]
5
6# Warnings generated during the operation.
7warnings: [String]
8
9}