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 |
7 replies
|
Okay got it. thanks again. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions