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