Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 1.83 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.83 KB

graphql-cli-up npm

semantic-releaseCircleCIGreenkeeper badgeCode Climate
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