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