Skip to content

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

1.4.2

31 Mar 13:32

Choose a tag to compare

1.4.1

29 Mar 00:06

Choose a tag to compare

  • Support for async resolvers (by @ReneBL)

1.4.0

31 Mar 13:32

Choose a tag to compare

1.3.0

15 Dec 03:19

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:13

Choose a tag to compare

  • Add an option to generate equals and hashCode methods #8

1.2.2

20 Sep 23:45

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:46

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:44

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

Choose a tag to compare

1.1
  • #1 Support advanced mapping of custom types
  • Cleanup dependencies

1.0

07 Sep 02:05

Choose a tag to compare

1.0

Migrated all code-generation logic to a separate project:
https://github.com/kobylynskyi/graphql-java-codegen