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