File uploading

File uploading is not part of the official GraphQL spec yet and is not natively implemented in Graphene.

If your server needs to support file uploading then you can use the library: graphene-file-upload which enhances Graphene to add file uploads and conforms to the unoffical GraphQL multipart request spec.