Apollo Resolvers

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

A library for building expressive and composable GraphQL resolvers with a reactive middleware-like pattern. Version 1.4.2 (latest) — last published in 2018, no recent updates, low maintenance cadence. It wraps Apollo resolver chains with authorization checks, error handling, and context cleanup, reducing duplicate logic across resolvers. Ships TypeScript types. Unlike raw Apollo resolvers, it enforces a layered resolver composition pattern via createResolver, allowing parent-child resolver chains with error masking and access control.