Skip to content
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

Support for deferred/partial responses #18

Closed
helfer opened this issue Jun 2, 2016 · 4 comments
Closed

Support for deferred/partial responses #18

helfer opened this issue Jun 2, 2016 · 4 comments

Comments

@helfer
Copy link
Contributor

helfer commented Jun 2, 2016

At some point in the future, apolloServer should support sending multiple partial responses (over a websocket connection for example). This issue is to keep that in mind while we build the first version which will not have such a feature.

@stubailo
Copy link
Contributor

stubailo commented Jun 2, 2016

The talk about GraphQL future at React Europe tomorrow should help us have somewhat of a spec to follow/collaborate on, I think!

@helfer
Copy link
Contributor Author

helfer commented Jun 2, 2016

Let's wait and see, haha. Curious to see if there will finally be any movement on subscriptions.

@paralin
Copy link

paralin commented Jan 7, 2017

When do you guys plan to revisit this?

@helfer
Copy link
Contributor Author

helfer commented Apr 19, 2017

Closing this issue since this has moved a bit farther into the future. We already have a PR open that would add a ws transport to support this. Other than that, support needs to be added in the execution engine first, so the best thing we can do on the server is support different execution engines, some of which might return observables from the execute function instead of a promise.

@helfer helfer closed this as completed Apr 19, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants