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