blob: 5258a1aa71b1e2efc8a444a5ef0589b70a8c3342 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
mutation AddCommentAndReopenBug($input: AddCommentAndReopenBugInput!) {
addCommentAndReopen(input: $input) {
statusOperation {
status
}
commentOperation {
message
}
}
}
|