blob: eb736f53bb023d927cbe70a088b9a14354a9b550 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
mutation AddCommentAndCloseBug($input: AddCommentAndCloseBugInput!) {
addCommentAndClose(input: $input) {
statusOperation {
status
}
commentOperation {
message
}
}
}
|