Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Dataloaders #17

Closed
olivierlemasle opened this issue May 22, 2020 · 1 comment
Closed

Add support for Dataloaders #17

olivierlemasle opened this issue May 22, 2020 · 1 comment

Comments

@olivierlemasle
Copy link

Support for dataloaders (batching) would be very useful to solve the N+1 problem.

https://www.graphql-java.com/documentation/v14/batching/

@excitement-engineer
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants