Replies: 1 comment
-
|
When chaining data loaders, you need to make explicit call to dispatch. Documented here with example: https://github.com/graphql-java/java-dataloader#examples |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use someFieldsA to someFieldBLoader's key
and each fields parent is same type
so i try to use nested dataLoader like under code
but it fall into an infinite waiting
how can i do?
Beta Was this translation helpful? Give feedback.
All reactions