graphene-subscriptions
graphene-subscriptions copied to clipboard
unclear documentation on subscription for a given id or model column
The documentation does not clearly show how I could subscribe a fronted user to receive data for only a given id for instance. I my case I want user to receive data for his/her profile only every time profile changes and I am really struggling to know how to bind user or even id for a given profile other then broadcast to every user
I am also trying to create a subscription in graphene since 7 days ago and I tried everything. did you try something that may work?