Jayden Windle
Jayden Windle
Hi all! Author of [`graphene-subscriptions`](https://github.com/jaydenwindle/graphene-subscriptions) here 😊 It would be awesome to see subscriptions support added to `graphene-django`. I'm happy to submit a PR with my subscriptions implementation if there...
I ran into this issue on a project, and used @alantrick's edit to fix it (Thanks! 😄). Throwing up a PR to try and get this in quickly so we...
@infestissumam00 Good catch! This would be a great opportunity for a PR :) To add Kosovo as a country, you can add an entry to `lib/resources/countries.json` with the `name`, `iso2`,...
Thanks a ton for the PR @fdev! I'd love to merge this in. Would you mind adding some unit tests as well?
@shreyas44 Thanks so much for the PR! This looks awesome. I'd love to merge this in :) Can you update the README so that the getting started instructions mention how...
Hey @mukluk! Awesome, glad you like it 😊 `graphene-subscriptions` actually handles sending events to multiple app instances using Channel Layers automatically. If you use the built-in `post_save_subscription` and `post_delete_subscription` signals,...
Good idea! I'll take a look at the other packages and see if I can come up with some comparisons. I'm definitely going to continue to develop this package. Is...
That's great feedback, thanks! Callbacks would definitely be useful. I'll work on adding them. The `graphene-subscriptions` docs definitely center on using Django models right now, but you can actually use...
Hi @addudley! I wonder if the GraphQL client setup in your browser is causing some issues here - can you share any more details about how that is set up...
Ok awesome! Glad it worked in Playground. My guess is that it's an issue with your client-side GraphQL setup. What kind of stack are you using on the front end?...