-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature request: GraphQL subscriptions #2
Comments
I forgot to include it in the "future plans" section of the readme, but this is definitely something I'd like to support! |
@jamesmacaulay Do you have any thoughts on how subscriptions should be implemented? I'm interested in working on this |
@xtian I haven't researched subscriptions very deeply so I don't have many strong opinions about it. I can think of a couple broad constraints though:
Contributions are welcome if you'd like to dig in! Please just share your work-in-progress as you go to keep the feedback loop tight. |
Is there any update on this? Would love to start using this in a project but subscriptions are a high priority. Great work so far though, thank you. |
For our project we actually switched to using dillonkearns/graphqelm which has subscription support for our back-end (Absinthe). |
Thanks for your great work! 👍
It's be great to see subscriptions support in the future since they're supported all over the major GQL-as-a-service backends these days and it's the major selling point to use graphql (for me) :)
The text was updated successfully, but these errors were encountered: