graphql-resolve-batch

JSON →
library 1.0.3 ·javascript maintenance
verified Jun 7, 2026

A GraphQL batching model that groups execution by GraphQL fields as an alternative to DataLoader. Version 1.0.3 is stable with no recent updates. It integrates with both GraphQL.js and graphql-tools, batching field resolutions by source field arguments rather than simple keys, solving N+1 problems even with varying arguments per field — a key differentiator from DataLoader's per-key batching. Release cadence is low; last release in 2018.