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


                                       
        

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