@entria/generator-graphql

Create production-ready GraphQL servers

Usage no npm install needed!

<script type="module">
  import entriaGeneratorGraphql from 'https://cdn.skypack.dev/@entria/generator-graphql';
</script>

README

Install

With Yarn:

yarn global add @entria/create-graphql @entria/generator-graphql

With NPM:

npm i -g @entria/create-graphql @entria/generator-graphql

Usage

You can create a brand new GraphQL project:

entria-graphql init GraphQLProject

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

entria-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!

tks for @lucasbento

License

MIT © Entria