1.7.0
- Add support for extensions for all GraphQL types:
extend type
,extend interface
,extend enum
,extend input
,extend union
#83 #81 by @kobylynskyi - Fix and refactor imports in generated classes #103 #101 by @kobylynskyi
- Fix Gradle build (sometimes it did not pickup changes in schema files) #83 by @joffrey-bion
- Improve performance of codegen #86 by @kobylynskyi
- Add JavaDoc in generated classes matching comments in GraphQL schema #84 by @kobylynskyi
- Support
@deprecated
directive #85 by @kobylynskyi - Support code generation if there are multiple queries with the same name #106 by @kobylynskyi
- Update dependencies, fix gradle configuration #112 by @kobylynskyi
- Update graphql-java from 13.0 to 14.0
- Update Gradle plugin dependencies according to Gradle 6.3 guidelines.
- Support default SchemaFinder config for both
.graphql
and.graphqls
files #97 by @kobylynskyi - Generate Builder for Request classes #67 by @kobylynskyi
- and other minor fixes and improvements