xuorig / prg-feedback

Feedback / corrections for http://book.productionreadygraphql.com/
1 stars 0 forks source link

[v1.2] Page 81 - Include example implementation of the Job pattern for Async Behavior #26

Open ganemone opened 4 years ago

ganemone commented 4 years ago

It would be awesome to include (or link to) a simple implementation of the Job pattern described on Page 81. I think many people have never implemented something that returns the Query root type and probably are unsure of how to go about this from both the server/client perspective (myself included). There is a link to the Shopify docs which is a good start, but I think a specific example here would be super helpful.