5.9.0
What's Changed
- New option to allow excluding fields from generated GraphQL objects:
fieldsToExcludeFromGeneration
- by @sabirove in #1299 - New option to disable GraphQL schema token limit validation:
skipSchemaSizeLimit
by @yholkamp in #1384 - New option to render Kotlin functions with
suspend
modifier:generateApisWithSuspendFunctions
- by @thevietto in #1377 - Support
all$
method for union and interface projections - by @sdaurea in #1376 - Fix enum generation when
customTypesMapping
anddirectiveAnnotationsMapping
are used together - by @jxnu-liguobin in #1298 - Fix mapping config for
generateModelsWithPublicFields
- by @ssternal in #1310 - Fix value sanitization for immutable collections - by @kobylynskyi in #1408
(See docs/codegen-options.md for more details on all the available codegen options.
New Contributors
- @sabirove made their first contribution in #1299
- @ssternal made their first contribution in #1310
- @thevietto made their first contribution in #1377
- @sdaurea made their first contribution in #1376
- @yholkamp made their first contribution in #1384
Full Changelog: v5.8.0...v5.9.0