Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Support for suspendable schema execution #41

Open
mdnorman opened this issue Dec 16, 2018 · 1 comment
Open

Support for suspendable schema execution #41

mdnorman opened this issue Dec 16, 2018 · 1 comment

Comments

@mdnorman
Copy link
Contributor

Along with #38, it would be great if the schema supported suspendable execute. That way, when using a server that supports coroutines (like ktor with netty), expensive queries and mutations could be suspended naturally with low overhead.

pgutkowski pushed a commit that referenced this issue Jan 10, 2019
@jeggy
Copy link
Contributor

jeggy commented Jan 29, 2019

I opened a pull request solving #38. I think that is solving most of the suspendable executions.

But I'm wondering why even have suspendResolver and not just make everything suspendable. The logic behind is doing it anyway. This is also how ktor does it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants