async-graphql / examples

217 stars 54 forks source link

Add warp defer example #13

Closed sync closed 4 years ago

sync commented 4 years ago

You can see if you keep the @defer in index.re you get no comment for any of the book. If you remove the defer you'll get comment. (check the console.log)

sunli829 commented 4 years ago

Thank you. 😀

sync commented 4 years ago

i've updated the code matching what you had in the actix example