mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	There are small typos in: - UPGRADE-v1.0.md - UPGRADE-v2.0.md - docs/execution/fileuploading.rst Fixes: - Should read `standard` rather than `stantard`. - Should read `library` rather than `libary`. - Should read `explicitly` rather than `explicity`. Signed-off-by: Tim Gates <tim.gates@iress.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			465 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			465 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| 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 <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>`_.
 |