aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql
blob: eb736f53bb023d927cbe70a088b9a14354a9b550 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                     
mutation AddCommentAndCloseBug($input: AddCommentAndCloseBugInput!) {
  addCommentAndClose(input: $input) {
    statusOperation {
      status
    }
    commentOperation {
      message
    }
  }
}