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

Chore / Add Changesets to Contributing.md #322

Closed thekevinbrown closed 1 year ago

thekevinbrown commented 1 year ago

Added the changesets process to the information for contributors.