graphql-resolvers

JSON →
library 0.4.2 ·javascript abandoned
verified Jun 7, 2026

GraphQL Resolvers is a lightweight functional composition library for GraphQL resolvers (v0.4.2, last released 2019, no active maintenance). It provides utilities like combineResolvers, pipeResolvers, allResolvers, and skipResolvers to combine resolver functions in sequence, supporting access control and reusable middleware patterns. Unlike OOP alternatives like apollo-resolvers, it follows a pure functional paradigm similar to recompose but for GraphQL. The library has minimal dependencies and is designed to work with any GraphQL server. However, it is essentially unmaintained since 2019 and may lack updates for current GraphQL ecosystem changes.