OpenBug.graphql

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