Releases: kobylynskyi/graphql-java-codegen-gradle-plugin
Releases · kobylynskyi/graphql-java-codegen-gradle-plugin
1.4.2
- Parse all schemas as one Document (by @joffrey-bion)
- Cleanup: remove residual trim() added in previous PR (by @joffrey-bion)
1.4.1
1.4.0
- Use Java Double type for GraphQL Float properties (by @joffrey-bion)
- Add default values generation (by @joffrey-bion)
1.3.0
- Ability to define custom mappings in an external file (JSON)
- Add support for creating a toString() method on generated classes
- Introduce custom return type for subscription methods
1.2.3
1.2.2
- Include all args constructor in the model generation
- Fix GraphQL interfaces generation when if generateApis=false
- Adding missing directive definition
1.2.1
- Populate field annotation for GraphQL input type
Ref: https://github.com/kobylynskyi/graphql-java-codegen/releases/tag/v1.2.1
1.2
- Support mandatory field validation annotation
- Ability to add custom annotations for types
- Ability to generate only model
Ref: https://github.com/kobylynskyi/graphql-java-codegen/releases/tag/v1.2
1.1
1.0
Migrated all code-generation logic to a separate project:
https://github.com/kobylynskyi/graphql-java-codegen