eddeee888 / graphql-code-generator-plugins

List of GraphQL Code Generator plugins that complements the official plugins.
MIT License
44 stars 10 forks source link
graphql typescript

GraphQL Code Generator Plugins

Overview

List of GraphQL Code Generator plugins that complements the official plugins.

Plugins

Development

Tools

Get started

Use the right Node version:

nvm use

Install packages:

yarn install

Contribution process

  1. Create issue outlining the problem
  2. Fork the repo and make changes
  3. Add unit tests and e2e tests
  4. Document new config option in the package's README if required
  5. Create changeset record for new package version with yarn changeset if required
  6. Create a PR

Refer to README in each package for more info.