OBJECT
updateTestRunComment
link Example
The mutation below updates the comment of a Test Run.
mutation {
updateTestRunComment( id: "5acc7ab0a3fe1b6fcdc3c737", comment: "Everything is OK.")
}
OBJECT
The mutation below updates the comment of a Test Run.
mutation {
updateTestRunComment( id: "5acc7ab0a3fe1b6fcdc3c737", comment: "Everything is OK.")
}