aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/pages/new/NewBug.graphql
blob: 92df016e569af74396e13b7fcae7544a1b28d4d2 (plain) (tree)
1
2
3
4
5
6
7






                                       
mutation newBug($input: NewBugInput!) {
  newBug(input: $input) {
    bug {
      humanId
    }
  }
}