aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql
blob: aaa361840c344c549539106ef4ff33ae657336e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
mutation AddCommentAndCloseBug($input: BugAddCommentAndCloseInput!) {
  bugAddCommentAndClose(input: $input) {
    statusOperation {
      status
    }
    commentOperation {
      message
    }
  }
}