aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/ReopenBugButton/OpenBug.graphql
blob: 12673e6515248abeb0a3360a79076a1a75fa830a (plain) (blame)
1
2
3
4
5
6
7
mutation openBug($input: OpenBugInput!) {
  openBug(input: $input) {
    bug {
      id
    }
  }
}