query batching experimental feature (draft) #3840
Closed
garypen
announced in
Experimental
Replies: 1 comment
-
query batching is no longer experimental. Closing this discussion |
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
-
NOTE: This is a placeholder draft for upcoming discussion. Please don't start discussing yet...
This is the discussion related to the experimental feature introduced by #3837
We are adding support to the router for query batching. The experimental configuration we are adding looks like this:
By default this feature is disabled. There is only one supported mode at this time:
batch_http_link
.With the feature enabled, the router will accept (and process) queries which look like this:
and will yield a response which looks like this:
Batch queries will not work correctly if any of the batched queries contain:
@defer
Since it's an experimental feature this discussion is opened to gather feedback from the community. Feel free to give your opinions.
Beta Was this translation helpful? Give feedback.
All reactions