Skip to content

Releases: ExpediaGroup/graphql-kotlin-codegen

v3.0.4

08 May 21:05
Compare
Choose a tag to compare

3.0.4 (2024-05-08)

Bug Fixes

v3.0.3

08 May 16:51
3f6e1f8
Compare
Choose a tag to compare

3.0.3 (2024-05-08)

Bug Fixes

  • generate Kotlin interfaces rather than open classes (#64) (3f6e1f8)

v3.0.2

08 May 16:46
2739b28
Compare
Choose a tag to compare

3.0.2 (2024-05-08)

Bug Fixes

  • class consolidation with enum child types (#65) (2739b28)

v3.0.1

07 May 15:45
a28b568
Compare
Choose a tag to compare

3.0.1 (2024-05-07)

Bug Fixes

  • make nullable interface args default to null (#63) (a28b568)

v3.0.0

30 Apr 21:41
Compare
Choose a tag to compare

3.0.0 (2024-04-30)

Features

  • generate open classes for types with field arguments (#54) (5f352a6)

BREAKING CHANGES

  • Generate open class rather than interface for types with field arguments
  • Remove extraResolverArguments config, which is redundant following #52
  • Rename resolverTypes config to resolverClasses and change its schema

v2.2.0

29 Apr 21:19
4f2e06a
Compare
Choose a tag to compare

2.2.0 (2024-04-29)

Features

  • include DataFetchingEnvironment in all resolver interface functions (#52) (4f2e06a)

v2.1.3

28 Apr 17:06
55f7101
Compare
Choose a tag to compare

2.1.3 (2024-04-28)

Bug Fixes

v2.1.2

26 Apr 17:21
4bd0da4
Compare
Choose a tag to compare

2.1.2 (2024-04-26)

Bug Fixes

  • references to inputs with consolidated classes (#47) (4bd0da4)

v2.1.1

26 Apr 16:31
9a40a3d
Compare
Choose a tag to compare

2.1.1 (2024-04-26)

Bug Fixes

  • add graphql valid object annotation to all input and output types (#45) (9a40a3d)

v2.1.0

26 Apr 16:21
9c5747a
Compare
Choose a tag to compare

2.1.0 (2024-04-26)

Features

  • consolidate matching input and output types into single generated class (#43) (9c5747a)