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