And how do I handle file uploads? :thinking_face:
# kgraphql
m
And how do I handle file uploads? 🤔
j
currently this is not supported by graphql it self.
How I currently solve this is by using the KGraphQL ktor feature and then uploading files will be done completetly outside of graphql. Maybe later on, handling files is something we want to support within KGraphQL. but this is not been thought of as of yet.
👍🏼 2