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