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: new plugin for generating operations names object to be used with Apollo Client (#4039)
core/cli
- Updated dependencies
- Updated
graphql-toolkit
to fix issues with undefinedextensions
error (https://github.com/dotansimha/graphql-code-generator/issues/3865)
- Watch mode will now invalidate
require.cache
when a file has changed (https://github.com/dotansimha/graphql-code-generator/issues/3560)
java
- Fix nested input suffix reduplication (#3999, thanks @meiblorn)
kotlin
- Fix nested input suffix reduplication (#3999, thanks @meiblorn)
- add generation of kotlin
data class
es for types (#3993, thanks @ShyykoSerhiy )
fragment-matcher
- Add
useExplicitTyping
to fragment matcher config (#4012, thanks @Andrew-Talley )
typescript-operations
- Fix __typename indentation if immutableTypes is false (#4007, thanks @marcoreni )
docs/website
- Updated live support chat to use Crisp
- Updated getting started and installation docs
- Updated some plugins docs
- Fix typescript-resolvers doc (#4022, thanks @anault)
- Fix link to plugin docs (#3988, @j2L4e )
- Update broken link to All available plugins (#3987, @ChrisMalherbe )
- Fix 404 links
- Add apollo-typed-documents to plugin docs (#3971, thanks @rubengrill )