-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
Subscriptions example #45
Comments
Hey @giacomorebonato Subscriptions are still in the very early stages, and you're right - there isn't a lot of documentation around them. I suppose you'd like to use them as a real-time API? There's a few steps necessary to achieve that:
As you can see, that goes over and above the scope of this project. If you decide to go down that route, I'd be curious as to what your experiences are. |
You can also follow graphql/graphql-spec#109 which is the unmerged spec to the GraphQL language supporting subscriptions 😊 |
Subscriptions have merged graphql/graphql-spec#267 |
Where can I find a sample implementation of subscriptions?
In the GraphQL blog it is too much theoretical... at least for my preparation.
Cheers.
The text was updated successfully, but these errors were encountered: