Ruby gem used to preload has_many associations (e.g. a post's tags) at the beginning of a GraphQL query scope, avoiding repeated queries as nested collections are resolved. Complements graphql-batch, which handles belongs_to via batch loaders.