0.3.0 • Published 4 years ago
graphql-dev v0.3.0
graphql-dev
GraphQL CLI tool for creating apollo-server, typedefs, resolvers and datasources and more.
Installation
To install the GraphQL CLI tool:
$ npm install -g graphql-devUse
Getting started
- cd /project-path
- Run
graphql-dev serverto create a new apollo-server.
What's next
Run graphql-dev -l to list all available commands:
$ graphql-dev -l
Available commands:
graphql-dev serverRun graphql-dev <command> --help to learn more about each command. For example:
$ graphql-dev server --help
Usage:
graphql-dev server [options] [<name>]Refer to Create a simple apollo-server for more information.