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 has been archived by the owner on May 16, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: