GraphQL: add type support and validation for OneOf input types : WEB-73977

letslearngraphql

GraphQL: add type support and validation for OneOf input types : WEB-73977

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

 

Read More