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 caching.
MIT License
12.89k stars 515 forks source link

Add example for Cloud Firestore #268

Open shoNagai opened 3 years ago

shoNagai commented 3 years ago

DataLoader is a great feature. I'm using Cloud Firestore, and I've thrown in a pull request to add sample documentation, which I hope will increase the number of Cloud Firestore use cases.

linux-foundation-easycla[bot] commented 3 years ago

CLA Signed

The committers are authorized under a signed CLA.

benjie commented 2 years ago

@saihaj Alas I use neither DataLoader nor Firestore so cannot really review the PR.