aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/ReopenBugWithCommentButton/ReopenBugWithComment.graphql
blob: 30e0d20649b672fe8797e640a9cad7c8528efe8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
mutation AddCommentAndReopenBug($input: BugAddCommentAndReopenInput!) {
  bugAddCommentAndReopen(input: $input) {
    statusOperation {
      status
    }
    commentOperation {
      message
    }
  }
}