Come talk to us directly on our Discord channel
Contact us here: the-guild.dev
- Best Practices for integrating GraphQL Code Generator in your frontend applications
- Better Type Safety for your GraphQL resolvers with GraphQL Codegen
🚀 🚀 NEW PLUGIN: Generate JSDoc based on your GraphQL schema (#3223, thanks @CarloPalinckx )
core/cli
- Update dependencies
- Use
@graphql-tools/...
instead of@graphql-toolkit/...
- Introduce automatic JSON schema validation and auto complete for your
codegen.yml
. If you are using VSCode, make sure you have this extension installed: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml - Improve error when
graphql
package is missing (#4096)
time
website / docs
- Update the way we generate automatic documentation for plugins, it should look better now - Add links to typescript-oclif plugin (#4050, thanks @ryanwersal)
- fix broken link (#4073, thanks @divyanshu013 )