# Write your query or mutation here mutation closeBug($input: CloseBugInput!) { closeBug(input: $input) { bug { humanId } } }