INPUT_OBJECT
TestRunEvidenceOperationsInput
Test Run Evidence Operations Input
link GraphQL Schema definition
1 input TestRunEvidenceOperationsInput { 4 2 # Evidence to add to the Test Run Step. 3 : [AttachmentDataInput] 7 5 # Evidence ids to remove from the Test Run Step. 6 : [String] 10 8 # Evidence filenames to remove from the Test Run Step. 9 : [String] 11 }