graphql-combine

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

graphql-combine v1.0.1 is a utility for modularizing GraphQL schemas and resolvers by reading files from the filesystem. It uses glob patterns to collect schema.graphql and resolver.js files, merging them into a single typeDefs and resolvers object for Apollo Server or similar. Unlike graphql-tools' mergeFiles or manual concatenation, it provides a simple file-based convention. The package has had no updates since 2019 and relies on glob and merge-graphql-schemas. It is suitable for small to medium projects but lacks active maintenance.