Replies: 2 comments 3 replies
-
|
We have a dataloder that waits one tick before doing any calls to the server (when you use the httpBatchLink) and groups everything into 1 req |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The part I want to know about is this:
Can we see the implementation of |
Beta Was this translation helpful? Give feedback.
2 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.
-
According to doc:
This feature is cool, I wonder how trpc knows some invocation are on the same batch? Does trpc rewrite the
Promise.all?Beta Was this translation helpful? Give feedback.
All reactions