I'm about to start using graphql (server) with kot...
# getting-started
p
I'm about to start using graphql (server) with kotlin. What are my choices?
m
A few options: • https://github.com/ExpediaGroup/graphql-kotlin for an implementation-first solution • https://docs.spring.io/spring-boot/reference/web/spring-graphql.html for something that is more schema first • https://github.com/apollographql/apollo-kotlin-execution/ if you're feeling adventurous