kdawgwilk / graphql-code-generator-plugins

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Code Generator Plugins

Overview

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

Plugins

Development

Tools

  • Node
  • nvm: Node Version Manager
  • Yarn Classic
  • Nx: Monorepo management tool
    • (Optional) Install Nx globally using yarn global add nx. This allows you to run nx <command>, otherwise you need to run yarn nx <command>
  • Changesets: Releasing NPM packages

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.

About

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

License:MIT License


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:Shell 0.1%