If you are looking to create a GraphQL server, the...
# graphql
s
If you are looking to create a GraphQL server, the most common implementation in the JVM is
graphql-java
. If you are looking to generate your schema from Kotlin code you can use
graphql-java
with
graphql-kotlin
together https://github.com/ExpediaDotCom/graphql-kotlin