Releases: kobylynskyi/graphql-java-codegen
Releases · kobylynskyi/graphql-java-codegen
1.6.0
- Support client code generation #37 #53 by @kobylynskyi
- Generate Builder for model classes #10 #54 by @kobylynskyi
- Default to
main/resources
directory when no schema is provided #48 #46 by @joffrey-bion - Unify data and template of field resolvers and operations #66 #61 #63 by @joffrey-bion
- Fix FieldResolver generation: consider
modelNamePrefix
/modelNameSuffix
and make it work for Gradle plugin #58 #60 @kobylynskyi - Add missing
@Input*
annotations to Gradle plugin inputs #47 by @joffrey-bion
1.5.0
- Support fields resolvers #25 #31 #39 by @kobylynskyi
- Allow a directory of schemas to be passed in (SchemaFinder) #30 #32 #40 #44 @joffrey-bion
- Gather library and maven/gradle plugins in a single repo #34 by @kobylynskyi
1.4.2
- Parse all schemas as one Document #28 by @joffrey-bion
- Cleanup: remove residual trim() added in previous PR #29 by @joffrey-bion
1.4.1
1.4.0
- Use Java Double type for GraphQL Float properties #22 #23 by @joffrey-bion
- Add default values generation #21 by @joffrey-bion