项目作者: Dzhuneyt

项目描述 :
A tool to merge GraphQL schema files from multiple folders
高级语言: TypeScript
项目地址: git://github.com/Dzhuneyt/graphql-schema-merger.git
创建时间: 2020-02-27T08:31:07Z
项目社区:https://github.com/Dzhuneyt/graphql-schema-merger

开源协议:

下载


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

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

Run the script

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

Build status

How it works

License

MIT