summaryrefslogtreecommitdiffstatshomepage
path: root/webui/src/components/BugTitleForm/SetTitle.graphql
blob: 8477b1e2034a8d33e8d7d50cbebaec7cdc07338b (plain) (blame)
1
2
3
4
5
6
7
mutation setTitle($input: BugSetTitleInput!) {
  bugSetTitle(input: $input) {
    bug {
      id
    }
  }
}