7b1b77dc
ad45f919
1 2 3 4
5
6 7 8
# Write your query or mutation here mutation closeBug($input: CloseBugInput!) { closeBug(input: $input) { bug { id } } }