Skip to content

Commit 482c7fc

Browse files
authored
Add file uploading docs (#1084)
1 parent c0fbcba commit 482c7fc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/execution/fileuploading.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
File uploading
2+
==============
3+
4+
File uploading is not part of the official GraphQL spec yet and is not natively
5+
implemented in Graphene.
6+
7+
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
8+
uploads and conforms to the unoffical GraphQL `multipart request spec <https://github.com/jaydenseric/graphql-multipart-request-spec>`_.

docs/execution/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Execution
88
execute
99
middleware
1010
dataloader
11+
fileuploading

0 commit comments

Comments
 (0)