jaydenwindle / graphene-subscriptions

A plug-and-play GraphQL subscription implementation for Graphene + Django built using Django Channels.
MIT License
115 stars 15 forks source link

Integration with graphene-django? #4

Open fkromer opened 4 years ago

fkromer commented 4 years ago

The devs of graphene-django are discussing about integrating support for subscriptions based on channels for a while already. I like your plug and play integration that much that I proposed to integrate it into graphene-django. I hope you are fine with this proposal.

jaydenwindle commented 4 years ago

@fkromer I'm totally ok with that!

It would be awesome if this could be integrated with graphene-django so that this functionality is available out of the box.

26huitailang commented 4 years ago

Hello, I want to know what the new progress is.