mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Add file uploading docs (#1084)
This commit is contained in:
parent
c0fbcba97a
commit
482c7fcc65
8
docs/execution/fileuploading.rst
Normal file
8
docs/execution/fileuploading.rst
Normal 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>`_.
|
|
@ -8,3 +8,4 @@ Execution
|
||||||
execute
|
execute
|
||||||
middleware
|
middleware
|
||||||
dataloader
|
dataloader
|
||||||
|
fileuploading
|
||||||
|
|
Loading…
Reference in New Issue
Block a user