Is there any library to convert models to GraphQL ...
# multiplatform
h
Is there any library to convert models to GraphQL queries? We want to use Ktor not Apollo.
g
Depending on what you're exactly trying to do, I would take a look at https://kgraphql.io/Plugins/ktor/ or https://github.com/excitement-engineer/ktor-graphql
🙌 1