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 was archived by the owner on Apr 28, 2022. It is now read-only.
Many customers has requested supports for subscription support so that they don't have to constantly poll the graphql server for updates.
The most convenient solution is probably something similar to live queries supported by PostGraphile and a separate lib(e.g. this. Hasura also supports subscriptions
Let's break down this task into multiple phases:
Research the existing solutions regarding the convenience and performance trade-offs
Develop a spec for additional directives to be added to OpenReader
Implement as a core feature
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many customers has requested supports for subscription support so that they don't have to constantly poll the graphql server for updates.
The most convenient solution is probably something similar to live queries supported by PostGraphile and a separate lib(e.g. this. Hasura also supports subscriptions
Let's break down this task into multiple phases:
The text was updated successfully, but these errors were encountered: