https://github.com/xlab/graphql-merge-cli
CLI to merge GraphQL schemas into a single schema. Wraps @graphql-tools/merge
https://github.com/xlab/graphql-merge-cli
Last synced: 5 months ago
JSON representation
CLI to merge GraphQL schemas into a single schema. Wraps @graphql-tools/merge
- Host: GitHub
- URL: https://github.com/xlab/graphql-merge-cli
- Owner: xlab
- Created: 2024-03-25T19:34:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T06:50:01.000Z (over 1 year ago)
- Last Synced: 2025-11-23T18:22:30.863Z (8 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## graphql-merge-cli
CLI to merge GraphQL schemas into a single schema.
Inital work on this wrapper was done by [shreyas-a](https://github.com/shreyas-a/graphql-merge-cli).
```bash
npm install -g @xlab-pkg/graphql-merge-cli
```
### Options
* `-V`, `--version` – output the version number
* `-s`, `--schema` – glob path containing graphql schema files to be merged
* `-o`, `--output` – output name of the new combined file that will be created
* `-h`, `--help` – display help for command
### Version
0.2.1