aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
307 stars 59 forks source link

Receive incoming content asynchronously #201

Closed rinkledink closed 2 years ago

rinkledink commented 2 years ago

Resolves #200

Use Ktor 2 receiveText() which automatically gets charset

Bas2099 commented 2 years ago

Nice work!