Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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