apollographql / federation-demo

Federation 2 supersedes this demo and this example is no longer the newest. See https://www.apollographql.com/docs/federation/ for migration steps!
https://www.apollographql.com/docs/federation/
MIT License
502 stars 200 forks source link

avoid duplicate data fetching using dataloader or similar #60

Open sahanatroam opened 3 years ago

sahanatroam commented 3 years ago

As is state you could see the same user is fetched multiple times. Is there a way to avoid this at gateway level?