Add file uploading docs

This commit is contained in:
Jonathan Kim 2019-10-18 11:14:02 +01:00
parent 3f6f426946
commit 11226f8436
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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 libary: `graphene-file-upload <https://github.com/lmcgartland/graphene-file-upload>`_ which enhances Graphene to add file
uploads and conforms to the unoffical GraphQL `multipart request spec <https://github.com/jaydenseric/graphql-multipart-request-spec>`_.

View File

@ -8,3 +8,4 @@ Execution
execute
middleware
dataloader
fileuploading