Replies: 2 comments 7 replies
-
File upload with ariadne usually requires 3 things:
After that, you should be able to work with the file normally after obtaining it from the mutation |
Beta Was this translation helpful? Give feedback.
7 replies
-
Okay got it. thanks again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to upload a file to Azure Storage account using python and ariadne graphql. The file will be received from a flutter app in multipart form. How do I decode that multipart file and upload it to Azure Storage account using the araidne graphql schema and resolver?
I am using the wsgiMiddleWare.
Here is my schema -
And here is my resolver in python. This code currently breaks when I send in a file to the ariadne graphql server.
Experts please advise.
Beta Was this translation helpful? Give feedback.
All reactions