-
Notifications
You must be signed in to change notification settings - Fork 768
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
Support subscriptions #120
Comments
This is being talked about here in graphene |
Subscriptions added in v2 https://github.com/graphql-python/graphene/releases/tag/v2.0.0 |
Reopening to add native support for subscriptions using channels |
@eamigo86 what are your thoughts regarding adding subscriptions to the django-graphene repo? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@firaskafri @eamigo86 The package graphene-subscriptions has great integration of GraphQL subscriptions with Django models. Probably it would be valueable to get in contact with the lead dev for possible integration as well. |
So there is no advised way to do that? |
I am also a bit hesitant to use graphene-subscriptions since the last commit was nearly half a year ago. Are subscriptions on the roadmap? Is there such a thing? 😊 |
@jkimbo Around 3.2 or 3.3 maybe? I can allocate some time for this. |
I'm reopening the issue btw. This is a missing feature in graphene-django side, that's for certain. |
Hi all! Author of It would be awesome to see subscriptions support added to One challenge with implementing subscriptions in (Side note: @Eraldo I can definitely understand your concern there! Rest assured that I'm still actively supporting it (I'm hoping to ship Once @jkimbo I would love to help ship subscriptions support for |
Also, if you're looking for an alternative, I'm the author of the graphql-ws branch handling django channels 2 subscriptions. Hopefully will have that merged to master soon (but actively using the branch in a pre-production environment successfully). Seems like there's gaining traction on multiple solutions that are getting this done. Also happy to help work on (or consult on) a built in solution if it fits. |
This seems to be another option that I want to include for completion's sake: https://github.com/datadvance/DjangoChannelsGraphqlWs |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Any updates? hopeful-eyes |
Anyone please help i am stuck in creating custom view (instead of GraphiQL) for subscription i am using @jaydenwindle 's graphene-subscription](https://pypi.org/project/graphene-subscriptions/) package here is the link to my problem. |
It has been over a year and a half since the last comment. sigh |
all available libraries that I found has a lot of dependency problem with newer graphene versions :/ and implementing it by hand is being painful |
We just published a huge update to DjangoChannelsGraphqlWs to support latest Django, Graphene & GraphQL-core. We still be happy to see subscriptions natively supported in Graphene & GraphQL-core, but until they are not there we stick to our own implementation, e.g. to DjangoChannelsGraphqlWs. |
Subscription support was added to graphene in graphql-python/graphene#35. It would be awesome to have it built in to graphene-django so that we can build real-time apps with it!
The text was updated successfully, but these errors were encountered: