Does graphql server library exist written in Kot...
# graphql
a
Does graphql server library exist written in Kotlin that supports multiplatform? I want to use it with ktor on ios.
m
Apollo Kotlin is a KMP compatible GraphQL client: https://github.com/apollographql/apollo-kotlin
It comes with its own HTTP client so while you could plug ktor, the default HTTP client for iOS is NSUrlSession
a
@mbonnin sorry i meant server not client. I’ve updated my question.
👍 1
m
I see. Then I don't know any
Does ktor server even work on native these days?
🚫 1