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