Graphql subscription request and dataloaders #2063
Unanswered
coolbharat78
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is related to graphql subscription request.
In the above request the r2dbc is sending a stream of accounts and I buffer 100 and create a response with 100 accounts expecting that dataloaders will be called in once per batch of 100 with 100 accounts as keys but why is dataloader called sequentially only with one account as key?
Beta Was this translation helpful? Give feedback.
All reactions