Please, can somebody guide me in creating a Ktor s...
# graphql-kotlin
m
Please, can somebody guide me in creating a Ktor server using graphql-kotlin? If there's a way in the first place?
d
I am not that familiar with ktor server so won’t be much help but it is definitely possible
basically you would need to create
/graphql
route that process incoming requests and executes GraphQL requests
your schema would still be generated by
graphql-kotlin-schema-generator
you can also take a look at spark example which reimplements the above to use it with spark framework
👍🏼 1
🙂 1