graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.32k stars 140 forks source link

Add support for multipart/form-data #1

Closed amitsaha closed 8 years ago

amitsaha commented 8 years ago

This will allow mutations with file uploads

amitsaha commented 8 years ago

@syrusakbary The tests will pass once https://github.com/graphql-python/graphql-flask/issues/2 is fixed.

hxuanhung commented 6 years ago

I got "Must provide query string." error when trying to send multipart/form-data; to the server.