INPUT_OBJECT

TestRunEvidenceOperationsInput

Test Run Evidence Operations Input

link GraphQL Schema definition

1input TestRunEvidenceOperationsInput {
4
2# Evidence to add to the Test Run Step.
3add: [AttachmentDataInput]
7
5# Evidence ids to remove from the Test Run Step.
6removeIds: [String]
10
8# Evidence filenames to remove from the Test Run Step.
9removeFilenames: [String]
11}