Hello! Is there any good alternative to <KgraphQL>...
# server
m
Hello! Is there any good alternative to KgraphQL ? Joined a team that was using this to mock a graphql endpoint on an android project. But seems that has usages of MethodHandle.invoke and MethodHandle.invokeExact which wont allow me to run under api 26
m
https://github.com/ExpediaGroup/graphql-kotlin is pretty easy to kickstart and is fully featured
👍 1
It's code first so you write Kotlin and it generates the schema
See also #graphql-kotlin
m
Sorry was not aware of that channel, thanks!
m
No worries, you can't find the channel if you don't know it exists 😅
r
It is based on the excellent graphql-java lib but on top of that provides autowiring from schema to kotlin classes and is generally pleasant to work with. Good if you want to work schema-first
👍 1
d
We use that library ☝🏻for all our Java SpringBoot GraphQL APIs. Latest is version 12.