Skip to content

Releases: aPureBase/KGraphQL

0.17.9-alpha

10 Jun 12:47
2be753a

Choose a tag to compare

Merge pull request #149 from aPureBase/temp-solution-for-data-loader-…

0.17.9

10 Jun 19:44

Choose a tag to compare

  • #113 Updated to Kotlin 1.5
  • #143 Removed .returns<T>() support as it introduced other issues as seen in #144
  • #141 Support for using fragments on union types

0.17.8

05 May 21:37
4e0f0af

Choose a tag to compare

  • #143 Use correct KType when custom InputValue is provided

0.17.7

17 Apr 15:22

Choose a tag to compare

  • KDataLoader as api dependency

0.17.6

17 Apr 13:59

Choose a tag to compare

  • #134 Fixed KDataLoader jcenter dependency issue

0.17.5

05 Apr 21:45

Choose a tag to compare

  • #139 Support for resolvers with a lambda which returns a generic
  • #134 Moved to MavenCentral

0.17.4

15 Mar 17:28

Choose a tag to compare

  • #137 Variables with arrays doesn't work after update

0.17.3

15 Mar 14:08

Choose a tag to compare

  • #136 Configurations are not properly propagated to the schema in the Ktor feature

0.17.2

06 Mar 00:17

Choose a tag to compare

  • (bugfix) #135 Enum arrays within variables crashes

0.17.1

17 Feb 20:47
3e3212c

Choose a tag to compare

  • #114 #133 Fix - Introspecting local functions, lambdas, anonymous functions and local variables is not yet fully supported in Kotlin reflection