Skip to content

A tool to merge GraphQL schema files from multiple folders

Notifications You must be signed in to change notification settings

Dzhuneyt/graphql-schema-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL schema file merger

How it works

An utility tool for merging multiple GraphQL schemas into one single file.

Helps to accomplish modularized GraphQL schemas and better reusability.

The tool is most benefitial in projects that heavily utilize GraphQL schemas and follow the monorepo principle.

Usage:

Clone the repo

git clone git@github.com:Dzhuneyt/graphql-schema-merger.git ./graphql-schema-merger
cd graphql-schema-merger

Run the script

npm start -- --src=/path/to/project/**/*.graphql --outDir=/path/to/project/schema.graphql

Build status

How it works

License

MIT

About

A tool to merge GraphQL schema files from multiple folders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages