OBJECT

UpdateTestRunResult

Update Test Run Result Type

link GraphQL Schema definition

1type UpdateTestRunResult {
2
3# Warnings generated during the operation.
4warnings: [String]
5
6}