Mirror of a distributed, offline-first bug tracker embedded in git
1# Write your query or mutation here 2mutation closeBug($input: CloseBugInput!) { 3 closeBug(input: $input) { 4 bug { 5 id 6 } 7 } 8}