graphql-python / flask-graphql

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

Multipart Request Spec #48

Closed davidroeca closed 6 years ago

davidroeca commented 6 years ago

As mentioned in #33, it would be nice to support file uploads. This PR implements the multipart request spec for graphql-flask.

If it's preferable to move the logic somewhere else (either a more general library or a plugin), please let me know.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.9%) to 94.444% when pulling b503828bdc36f6ec87b36873289ec94ac2cffed7 on davidroeca:multipart-request-spec into 23fb85c6c8067c557b934c5f1d5f09eee80fa64e on graphql-python:master.

davidroeca commented 6 years ago

Moving this to https://github.com/lmcgartland/graphene-file-upload