-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defer & Stream now that they are part of graphql.js #4769
Comments
Looking forward to this one! I'm seeing it on GQL libs for Java, Scala and Ruby now too. This solves one of my biggest gripes with GQL - your response performance is limited to the performance characteristics of the slowest resolver dependency unless you issue multiple queries which really limits the ability of GQL to serve as a near perfect abstraction over legacy APIs etc. |
we now have a reference server implementation for the first transport spec for it will involve handling partial responses, which is not going to be easy with the way the you'd think we could follow a similar pattern to multipart upload, however
this, so much! hoping for such wide adoption this year, that graphql developers will be taking this feature for granted in ~2-3 years 😆 |
We're working on |
Hi, now that Defer & Stream are becomming a part og graphql.js (graphql/graphql-js#2319 still an experimental branch) what's the process for integrating it into apollo server / client?
The text was updated successfully, but these errors were encountered: