f8d41c3b
774bae6d
1 2 3
4
5 6
7
mutation newBug($input: NewBugInput!) { newBug(input: $input) { bug { id } } }