input PetInput @oneOf { cat: CatInput dog: DogInput fish: FishInput } input CatInput { name: String!, numberOfLives: Int } input DogInput { name: …
input PetInput @oneOf { cat: CatInput dog: DogInput fish: FishInput } input CatInput { name: String!, numberOfLives: Int } input DogInput { name: …