Skip to content

Releases: kobylynskyi/graphql-java-codegen

1.6.0

11 Apr 21:31
Compare
Choose a tag to compare

1.5.0

04 Apr 00:43
Compare
Choose a tag to compare

1.4.2

30 Mar 14:25
Compare
Choose a tag to compare

1.4.1

28 Mar 21:24
Compare
Choose a tag to compare

1.4.0

17 Mar 14:45
Compare
Choose a tag to compare

1.3.0

14 Dec 18:06
dee019b
Compare
Choose a tag to compare
  • Ability to define custom mappings in an external file (JSON) #2 #16
  • Add support for creating a toString() method on generated classes #13
  • Introduce custom return type for subscription methods #14 #18

1.2.3

24 Sep 15:58
Compare
Choose a tag to compare
  • Add an option to generate equals and hashCode methods #12

1.2.2

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

1.2.1

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

1.2

17 Sep 19:18
Compare
Choose a tag to compare
1.2
  • Support mandatory field validation annotation #3
  • Ability to add custom annotations for types #5
  • Ability to generate only model #4