examples icon indicating copy to clipboard operation
examples copied to clipboard

Create starlette subscriptions example

Open jkimbo opened this issue 4 years ago • 1 comments
trafficstars

Create a subscriptions example with:

  • Subscribing to a websocket
  • A simple in memory queue system

jkimbo avatar Sep 18 '21 07:09 jkimbo

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 🍓👍

ossareh avatar Oct 06 '21 16:10 ossareh