INPUT_OBJECT

TestRunDefectOperationsInput

Test Run Defect Operations Input

link GraphQL Schema definition

1input TestRunDefectOperationsInput {
4
2# Defects to add to the Test Run Step.
3add: [String]
7
5# Defects to remove from the Test Run Step.
6remove: [String]
8}