Skip to content

Releases: ExpediaGroup/graphql-kotlin

0.0.17

05 Oct 03:30
2c0294b

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

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

Choose a tag to compare

update pom