mutation newBug($input: NewBugInput!) { newBug(input: $input) { bug { id } } }