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