Skip to content

Releases: aPureBase/KGraphQL

v0.7.0

30 Sep 18:20
bde1181
Compare
Choose a tag to compare

#52: Add Support object literal arguments

0.6.6

27 Aug 16:33
Compare
Choose a tag to compare

#49: Fix for wrong types added to schema

0.6.5

21 Aug 16:09
Compare
Choose a tag to compare

#36: Support for nullable union properties

0.6.4

30 Jun 12:19
f59ca89
Compare
Choose a tag to compare

#44: Fix NPE for property resolver using withArgs

0.6.3

24 Jun 08:58
2af56c4
Compare
Choose a tag to compare

9cf5d3c: Request __typename on union type

0.6.2

18 Jun 16:36
067359f
Compare
Choose a tag to compare

#39: Fix duplicated union types

0.6.1

18 Jun 15:27
2134ffe
Compare
Choose a tag to compare

#35: inspect union types

0.6.0

18 Jun 14:20
d77f416
Compare
Choose a tag to compare

Changelog:

  • #32: Suspendable resolvers by default (breaking changes)

Migration process

just use resolver instead of suspendResolver

0.5.1

26 May 14:17
d8c1fe4
Compare
Choose a tag to compare

#25 Only allow public properties when building a schema

0.5.0

24 May 15:09
Compare
Choose a tag to compare

#5 fix windows line endings not being ignored
#22 support nested fragments
#23 enable building graphql schema using KFunction method references
#24 Allow a kotlin type to be used as graphql type and inputType