Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T19:35:03.000Z (8 months ago)
- Last Synced: 2024-09-18T08:37:23.679Z (about 2 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- 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 @mosaic-markets/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.0