12323b94
1 2 3 4 5 6 7
mutation openBug($input: OpenBugInput!) { openBug(input: $input) { bug { id } } }