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