ArianeGraphQL
Lightweight Kotlin GraphQL server
Kotlin first
ArianeGraphQL ❤️ Kotlin, that's why it supports lambdas
, coroutines
, ktor
, etc…
Very customisable
ArianeGraphQL allows you customize everything like the HTTP server
or the JSON serializer
to choose.
It also provide you an easy way to enable or disable the GraphQL Playground
.
GraphQL compliant
ArianeGraphQL complies with all GraphQL specifications like fragments
, directives
, batching
or Apollo Federation