Skip to content

Command-line utility to build production-ready servers with GraphQL.

License

Notifications You must be signed in to change notification settings

aerogear/create-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9b489b · Mar 24, 2020
Apr 27, 2017
May 19, 2017
May 9, 2017
Feb 18, 2018
Nov 30, 2016
Feb 17, 2017
Feb 17, 2017
Nov 30, 2016
Feb 17, 2017
Apr 28, 2017
Nov 30, 2016
Mar 24, 2020
Feb 17, 2017
Apr 4, 2017
Feb 18, 2018
Sep 27, 2017
Apr 4, 2017

Repository files navigation

Create-GraphQL Logo

Create GraphQL

Create production-ready GraphQL servers

NOTE: New command line client is currently under construction

About

Create-GraphQL is a command-line utility to build production-ready servers with GraphQL and also generate Mutations, Types and more into existent projects

Check out the post Announcing Create-GraphQL on Entria medium

Install

With Yarn:

yarn global add create-graphql

With NPM:

npm install --global create-graphql

Usage

You can create a brand new GraphQL project:

create-graphql init GraphQLProject

And can generate single files for Mutation, Type and others:

create-graphql generate --mutation Story

This generates a StoryAddMutation and StoryEditMutation

See more usage examples in the docs

Contributing

If you want to contribute, see the Contributing guidelines before and feel free to send your contributions.

Feedbacks

We love the feedbacks. It's help us to continue grow and improve. Give your feedbacks by open an issue. We will be glad to discuss your suggestions!

License

MIT © Lucas Bento