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

                                          
         
        

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