Bookmarks tagged [dataloader]
https://www.youtube.com/watch?v=OQTnXNCDywA
DataLoader is a utility for batching and caching loaded data in your web service. Learn how it works with a walkthrough of its source code.
- 📆 published on: 2016-02-27
- tags: graphql, javascript, node.js, react, dataloader
- source code
https://github.com/graphql/dataloader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and ca...
- tags: graphql, tools, caching, batch, dataloader
- source code