Mirror of a distributed, offline-first bug tracker embedded in git
1mutation setTitle($input: SetTitleInput!) { 2 setTitle(input: $input) { 3 bug { 4 id 5 } 6 } 7}