v1.13.3
github-actions
released this
19 Apr 08:46
·
3835 commits
to master
since this release
- Come talk to us directly on our Discord channel
- Do you want
The Guild
to keep your codebase up to date and run your build on eachGraphQL Code Generator
commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build
We've updated our website! It now have live chat support, updated documentation and examples, and new Dark Mode! And you can use presets
in the live demo now!
NEW PLUGIN: c-sharp
(#372, thanks @kurmeroli )
NEW PLUGIN: c-sharp-operations
(#372, thanks @kurmeroli )
core
/ cli
- Fix
init
command and support installation fromnpx
. - Update dependencies
- Allow to specify one or more glob expressions with cli
--watch
flag. - Fix custom plugins and
require
extensions bug (#3868)
vue-apollo
- Fix/vue apollo composable alpha 8 compatibility (#3891, thanks @iskanderbroere )
docs
- Updated contribution documentation: https://graphql-code-generator.com/docs/custom-codegen/contributing
- README fixes (#3848, thanks @gkanishk )
- Fix
pluckConfig
documentation (711b4e9) - Document how to use with npx (#3851, thanks @ppsirius )
- Update
typescript-resolvers
and Apollo Server integration docs.