Login
From:
Robert Mosolgo
(Uncensored)
subscribe
Parallelism in GraphQL-Ruby
https://rmosolgo.github.io/ruby/graphql/2017/01/22/parallelism-in-graphql-ruby.html
links
backlinks
Roast topics
Find topics
Find it!
It’s possible to get IO operations running in parallel with the graphql gem. I haven’t tried this extensively, but I had to satisfy my curiosity! Setup: Long-Running IO Let’s say we have a GraphQL schema which has...