Skip to content

Releases: kobylynskyi/graphql-java-codegen

1.6.0

Choose a tag to compare

@kobylynskyi kobylynskyi released this 11 Apr 21:31

1.5.0

Choose a tag to compare

@kobylynskyi kobylynskyi released this 04 Apr 00:43

1.4.2

Choose a tag to compare

@kobylynskyi kobylynskyi released this 30 Mar 14:25

1.4.1

Choose a tag to compare

@kobylynskyi kobylynskyi released this 28 Mar 21:24

1.4.0

Choose a tag to compare

@kobylynskyi kobylynskyi released this 17 Mar 14:45

1.3.0

Choose a tag to compare

@kobylynskyi kobylynskyi released this 14 Dec 18:06
dee019b
  • 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

Choose a tag to compare

@kobylynskyi kobylynskyi released this 24 Sep 15:58
  • Add an option to generate equals and hashCode methods #12

1.2.2

Choose a tag to compare

@kobylynskyi kobylynskyi released this 20 Sep 23:26
  • 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

Choose a tag to compare

@kobylynskyi kobylynskyi released this 17 Sep 19:18
  • Populate field annotation for GraphQL input type #7

1.2

1.2

Choose a tag to compare

@kobylynskyi kobylynskyi released this 17 Sep 19:18
  • Support mandatory field validation annotation #3
  • Ability to add custom annotations for types #5
  • Ability to generate only model #4