0.3.0 • Published 3 years ago

graphql-dev v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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-dev

Use

Getting started

  1. cd /project-path
  2. Run graphql-dev server to create a new apollo-server.

What's next

Run graphql-dev -l to list all available commands:

$ graphql-dev -l
Available commands:
  graphql-dev server

Run 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.

0.3.0

3 years ago

0.2.7

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago