Add support for Dataloaders
olivierlemasle opened this issue · 1 comments
olivierlemasle commented
Support for dataloaders (batching) would be very useful to solve the N+1 problem.
excitement-engineer commented
I have updated the library so that dataloaders can be used in conjunction with this project. I have created release 2.0.0 with support for this. I pushed the code to the master branch already and it should be available in your project if you bump your dependency version. I will create release notes in the next few days.
For docs on how to use dataloaders see Guide