Releases: aPureBase/KGraphQL
Releases · aPureBase/KGraphQL
0.17.9-alpha
Merge pull request #149 from aPureBase/temp-solution-for-data-loader-…
0.17.9
- #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
- #143 Use correct KType when custom InputValue is provided
0.17.7
- KDataLoader as api dependency
0.17.6
- #134 Fixed KDataLoader jcenter dependency issue
0.17.5
- #139 Support for resolvers with a lambda which returns a generic
- #134 Moved to MavenCentral
0.17.4
- #137 Variables with arrays doesn't work after update
0.17.3
- #136 Configurations are not properly propagated to the schema in the Ktor feature
0.17.2
- (bugfix) #135 Enum arrays within variables crashes
0.17.1
- #114 #133 Fix - Introspecting local functions, lambdas, anonymous functions and local variables is not yet fully supported in Kotlin reflection