GraphQL - Queries
You have a GraphQL interface
Vehicle implemented by Car and Bike. How would you write a query to get the make for all vehicles, and additionally get numDoors only for cars using inline fragments?