Releases: aPureBase/KGraphQL
Releases · aPureBase/KGraphQL
v0.7.0
#52: Add Support object literal arguments
0.6.6
#49: Fix for wrong types added to schema
0.6.5
#36: Support for nullable union properties
0.6.4
#44: Fix NPE for property resolver using withArgs
0.6.3
9cf5d3c: Request __typename on union type
0.6.2
#39: Fix duplicated union types
0.6.0
Changelog:
- #32: Suspendable resolvers by default (breaking changes)
Migration process
just use resolver
instead of suspendResolver
0.5.1
#25 Only allow public properties when building a schema
0.5.0
#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