Skip to content

Releases: aPureBase/KGraphQL

0.17.0

07 Feb 18:17
Compare
Choose a tag to compare
  • #37 better error responses when something throws an exception on the server.

v0.16.0

09 Oct 15:49
34538f0
Compare
Choose a tag to compare

v0.15.6

18 Aug 19:11
Compare
Choose a tag to compare
  • cb72b47 Added support to omit operationName or variables within ktor feature.

v0.15.5

13 Aug 02:11
Compare
Choose a tag to compare
  • #112 check void returning on resolver

v0.15.4

07 Aug 00:24
dcaadf2
Compare
Choose a tag to compare
  • #111 handle nullable input values without a default value

v0.15.3

31 Jul 12:26
2d766b9
Compare
Choose a tag to compare
  • #109 fix for union types in introspection

v0.15.2

28 Jul 14:24
04911b9
Compare
Choose a tag to compare
  • #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

24 Jul 14:50
f47dea6
Compare
Choose a tag to compare
  • #107 Fix for requesting __typename on union fields

v0.15.0

28 Jun 16:17
74474ab
Compare
Choose a tag to compare
  • #102 New Ktor feature implementation

v0.14.0

20 Jun 12:06
b04c0ab
Compare
Choose a tag to compare
  • #99: Support to access the requested properties for each resolver