5.5.0
What's Changed
- spring-graphql support: Ability to supply
resolverArgumentAnnotations
andparametrizedResolverAnnotations
(usage) #983 by @kobylynskyi in #990 - Properly close resources when generating files (fix a leak) #987 by @JamesPeters98 in #989
- Add
skip
parameter to skip execution when true #961 by @kobylynskyi in #991 - Kotlin: Use
objectMapperForSerialization
for kotlin type classes #995 by @jay3047 in #996 - Handle POJO generation when GraphQL type has field named "class" #994 by @kobylynskyi in #998
New Contributors
- @JamesPeters98 made their first contribution in #989
- @jay3047 made their first contribution in #996
Full Changelog: v5.4.1...v5.5.0