List of GraphQL Code Generator plugins that complements the official plugins.
- @eddeee888/gcg-typescript-resolver-files: Generates module-based resolvers based on types from typescript and typescript-resolvers plugins
- 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
Use the right Node version:
nvm use
Install packages:
yarn install
- 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 changeset
if required - Create a PR
Refer to README in each package for more info.