Plugin for graphql-cli
to get a ready-to-use GraphQL API for your schema.
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]
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]
For more information, see: https://github.com/graphcool/graphql-up