kadirahq / meteor-graphql

GraphQL Support for Meteor with Lokka
MIT License
90 stars 11 forks source link

Can this be added to data fetching layer? #11

Open ghost opened 8 years ago

ghost commented 8 years ago

https://github.com/facebook/dataloader

It handles batching and cacheing. May be this belongs in the lokka repo ?

arunoda commented 8 years ago

This is something you can use inside the server. You can use it inside your GraphQL schemas.