examples
examples copied to clipboard
Create starlette subscriptions example
trafficstars
Create a subscriptions example with:
- Subscribing to a websocket
- A simple in memory queue system
I like this! good work!
My only real critique is that it uses a few patterns (such as create_type, and the creation of module scoped things like Mutation) which are not common in the getting started guide and may result in folks thinking something like "just to get subscriptions I need to do all this other stuff".
That said, I found this pattern incredibly useful, I learned things from it - and I'm going to go and replace some of my manual grunge which accomplishes the same things with these strawberry.tools 🍓👍