Skip to content

Releases: ExpediaGroup/graphql-kotlin

0.0.18

08 Oct 23:08
f053b45
Compare
Choose a tag to compare

Changelog:

  • Prevent interfaces and unions to be used as input types
  • Expose the deep name of a GraphQLType
  • Add support for Klint and Detekt

0.0.17

05 Oct 03:30
2c0294b
Compare
Choose a tag to compare

Fixes:

#31 interface implementation type being recreated in the schema
#33 type mismatch between java array of primitives and kotlin array of primitives
Feature:

#17 add support for GraphQL union types
#18 Fail on empty schema

Directives and Monads

28 Sep 21:28
Compare
Choose a tag to compare
  • Standardize the creation and usage of custom directives.
  • Unwrap CompletableFuture as the built in executor for graphql-java will run it async. Support specifying other Monads to unwrap by providing a resolver in the SchemaConfig.

0.0.9

20 Sep 22:33
Compare
Choose a tag to compare
update pom