Skip to content

Releases: kobylynskyi/graphql-java-codegen-maven-plugin

1.4.2

31 Mar 13:24
Compare
Choose a tag to compare

1.4.1

29 Mar 00:11
Compare
Choose a tag to compare
  • Support for async resolvers (by @ReneBL)

1.4.0

17 Mar 15:28
Compare
Choose a tag to compare

1.3.0

15 Dec 03:07
Compare
Choose a tag to compare
  • 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

24 Sep 16:14
Compare
Choose a tag to compare
  • Add an option to generate equals and hashCode methods

1.2.2

20 Sep 23:44
Compare
Choose a tag to compare
  • Include all args constructor in the model generation
  • Fix GraphQL interfaces generation when if generateApis=false
  • Adding missing directive definition

1.2.1

17 Sep 19:48
Compare
Choose a tag to compare
  • Populate field annotation for GraphQL input type

Ref: https://github.com/kobylynskyi/graphql-java-codegen/releases/tag/v1.2.1

1.2

17 Sep 19:48
Compare
Choose a tag to compare
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

09 Sep 19:55
Compare
Choose a tag to compare
1.1
  • #1 Support advanced mapping of custom types
  • Cleanup dependencies

1.0

08 Sep 14:45
Compare
Choose a tag to compare
1.0

Initial release