graphql-code-generator-plugins
graphql-code-generator-plugins copied to clipboard
List of GraphQL Code Generator plugins that complements the official plugins.
trafficstars
GraphQL Code Generator Plugins
Overview
List of GraphQL Code Generator plugins that complements the official plugins.
Plugins
- @eddeee888/gcg-typescript-resolver-files: Generates module-based resolvers based on types from typescript and typescript-resolvers 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 runnx <command>, otherwise you need to runyarn nx <command>
- (Optional) Install Nx globally using
- Changesets: Releasing NPM packages
Get started
Use the right Node version:
nvm use
Install packages:
yarn install
Contribution process
- Create issue outlining the problem
- Fork the repo and make changes
- Add unit tests and e2e tests
- Document new config option in the package's README if required
- Create changeset record for new package version with
yarn changesetif required - Create a PR
Refer to README in each package for more info.