I just watched <this> amazing talk on ktor graphql...
# ktor
a
I just watched

this

amazing talk on ktor graphql from KotlinConf’23, Amsterdam. Amazing talk! It did not mention about the n+1 problem that we generally encounter in graphql servers. I couldn’t find any resources on how ktor solves that. Does any one know how that’s done in ktor? Thanks.
m
Probably data loaders: https://opensource.expediagroup.com/graphql-kotlin/docs/server/data-loader/ But you'll get more help in #graphql-kotlin
a
great, thanks Martin!