SetTitle.graphql

1mutation setTitle($input: BugSetTitleInput!) {
2  bugSetTitle(input: $input) {
3    bug {
4      id
5    }
6  }
7}