You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
I am just wondering are we going to have a service that supports batching on the transportation layer? Like how apollo server does. Or do we have to batch on the query level.
The text was updated successfully, but these errors were encountered:
For context, this is how Apollo Server does it. The request body can be an array of objects, in which case they are effectively processed as individual requests and then aggregated and sent back as an array of response objects.
I am just wondering are we going to have a service that supports batching on the transportation layer? Like how apollo server does. Or do we have to batch on the query level.
The text was updated successfully, but these errors were encountered: