graphql-cli-up
v1.0.1
Published
Plugin for graphql-cli to bundle schemas and generate bindings
Downloads
4
Readme
graphql-cli-up
Plugin for graphql-cli
to get a ready-to-use GraphQL API for your schema.
Installation
Install graphql-cli-up
either globally (recommended) or locally using your favorite package manager:
$ yarn [global] add graphql-cli-up
$ npm install graphql-cli-up [--global]
Usage
graphql up <schema>
Get a ready-to-use GraphQL API for your schema
Options:
--minimal, -m Only print URLs of created APIs [boolean]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
More information
For more information, see: https://github.com/graphcool/graphql-up