GraphQL-python-archive / graphql-django-view

[DEPRECATED | Use graphene-django package] A django view that will execute a GraphQLSchema using a given Executor.
http://graphene-python.org/
MIT License
23 stars 7 forks source link

No support for multipart/form-data #5

Closed dylrei closed 8 years ago

dylrei commented 8 years ago

Currently, query is not parsed if the content_type is multipart/form-data.

Submitting a PR to handle this case. Uploaded files should then be accessible in mutate_and_get_payload in info.request_context.POST[filename]

rattrayalex commented 8 years ago

This appears to have been merged: https://github.com/graphql-python/graphql-django-view/pull/6

perhaps this issue should be closed?

dylrei commented 8 years ago

Yep, sorry about that. Closing.