OBJECT

UpdateTestStepResult

Update Test Step Results type

link GraphQL Schema definition

1type UpdateTestStepResult {
2
3# List of added attachments.
4addedAttachments: [String]
5
6# List of removed attachments.
7removedAttachments: [String]
8
9# Warnings generated during the operation.
10warnings: [String]
11
12}