Replies: 1 comment 1 reply
-
Dataloader will batch multiple requests at the same time. It can not predict dependent associations. This can however be done manually through SQL associations or MongoDB pipelines. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In version 5, I encountered the same problem as in graphQL. dataloader cannot be used to batch query all data in resolve when using relational query for data associated with an id in a row. When I query 20 or more data, In resolve, do you have a good solution?
Beta Was this translation helpful? Give feedback.
All reactions