CLI to merge GraphQL schemas into a single schema. Inital work on this wrapper was done by shreyas-a.
npm install -g @xlab-pkg/graphql-merge-cli
-
-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
0.2.1