NewBug.graphql

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