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