OpenBug.graphql

1mutation openBug($input: BugStatusOpenInput!) {
2  bugStatusOpen(input: $input) {
3    bug {
4      id
5    }
6  }
7}