Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.34 KB

dataloader.md

File metadata and controls

19 lines (16 loc) · 1.34 KB

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.


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...