How do I get a stream inside a resolver so that I ...
# kgraphql
a
How do I get a stream inside a resolver so that I may read a file that has been upload by a client?
j
I'm not sure what's the recommended way for GraphQL to handle file uploads and so on. But I would suggest to use ktor and a standard route to handle file uploads via HTTP, which would be completly outside of the GraphQL usage.
👍 2