Skip to content

5.9.0

Compare
Choose a tag to compare
@kobylynskyi kobylynskyi released this 16 Nov 19:33
· 33 commits to main since this release

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 and directiveAnnotationsMapping 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

Full Changelog: v5.8.0...v5.9.0