Releases: aPureBase/KGraphQL
Releases · aPureBase/KGraphQL
0.17.0
- #37 better error responses when something throws an exception on the server.
v0.15.6
- cb72b47 Added support to omit operationName or variables within ktor feature.
v0.15.5
- #112 check void returning on resolver
v0.15.4
- #111 handle nullable input values without a default value
v0.15.3
- #109 fix for union types in introspection
v0.15.2
- #108 Java class as inputType throws NullPointerException
- #93 Provide better error reporting for incorrect input
- #106 Better error reporting for unsupported java input classes
v0.15.1
- #107 Fix for requesting
__typename
on union fields
v0.15.0
- #102 New Ktor feature implementation
v0.14.0
- #99: Support to access the requested properties for each resolver