1.1.3 • Published 4 years ago

graphql-fun v1.1.3

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

graphql-fun

GraphQL CLI tool for creating apollo-server, typedefs, resolvers and datasources and more.

Installation

To install the GraphQL CLI tool:

$ npm install -g graphql-fun

Use

Getting started

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

What's next

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

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

Run graphql-fun <command> --help to learn more about each command. For example:

$ graphql-fun server --help
Usage:
  graphql-fun server [options] [<name>]

Refer to Create a simple apollo-server for more information.

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago