Login
From:
Robert Mosolgo
(Uncensored)
subscribe
GraphQL Dataloader
https://rmosolgo.github.io/ruby/graphql/2021/02/13/graphql-dataloader.html
links
backlinks
Roast topics
Find topics
Find it!
GraphQL-Ruby 1.12 ships with a new GraphQL::Dataloader feature for batch-loading data. It uses Ruby’s Fiber API to manage data dependencies without any intermediary proxy or promise objects. You can enable it in your schema with: