Is it possible to fields using another query in graphQl ? For eg., consider I have below schema type Query { getVehicles: Vehicles getCars: [Car!]
Is it possible to fields using another query in graphQl ? For eg., consider I have below schema type Query { getVehicles: Vehicles getCars: [Car!]