Jayden Windle
Jayden Windle
Hey @oldani! Yes, I'm planning to merge this PR and release v2 as soon as I get a chance to write a v1 -> v2 migration guide for the docs,...
@fkromer You're right, the instructions refer to a subscription called `YourSubscription` imported from `your_app.graphql.subscriptions` that isn't defined in the instructions. I can definitely see how that would be confusing. I...
Awesome, thanks! You're very welcome, glad you like it! Let me know if you run into any issues 😄
Good catch @akinniyi! Right now, this library is dependent on `graphene-django` v2 which still uses the old `graphql-core`. `graphql-core` is only compatible with [`rx>=1.6,
Amazing! You're very welcome 😊
Hey @ashilen! You're right, that is the current behavior with the global stream setup. In hindsight that was a poor design decision. #7 fixes this by allowing you as a...
@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.
Hey @begimai! Thanks for the encouragement :) Since `graphene-subscriptions` uses Django Channels under the hood, most authentication schemes that Graphene supports should theoretically be usable out of the box (see:...
`info.context` will definitely look different (since it's using the consumer `scope` object instead of a Django `request` object), but if you've got authentication hooked up you should be able to...
@dosatross Got it, thanks for the extra info :) I'm going to do a deep dive on setting up auth with `graphene-subscriptions` and update the docs + post the results...