graphql-dataloader-activerecord 0.1.0
This gem provides proxy objects in place of ActiveRecord objects where the proxy handles relationship loading through GraphQL::Dataloader. This is an experimental approach which should theoretically allow authors to write GraphQL code that relies on ActiveRecord using regular ActiveRecord relationship methods without generating N+1 query situations.