aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/components/BugTitleForm/SetTitle.graphql
blob: 9dc2d096ceb015d6df03f44951872d4a1a74d818 (plain) (tree)
1
2
3
4
5
6
7

                                           


         
   
 
mutation setTitle($input: SetTitleInput!) {
  setTitle(input: $input) {
    bug {
      id
    }
  }
}