mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 01:47:45 +03:00 
			
		
		
		
	fix type on docs (#939)
This commit is contained in:
		
							parent
							
								
									d0cfee5641
								
							
						
					
					
						commit
						daf0d17647
					
				| 
						 | 
				
			
			@ -16,7 +16,7 @@ Resolve arguments
 | 
			
		|||
 | 
			
		||||
Middlewares ``resolve`` is invoked with several arguments:
 | 
			
		||||
 | 
			
		||||
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
 | 
			
		||||
- ``next`` represents the execution chain. Call ``next`` to continue evaluation.
 | 
			
		||||
- ``root`` is the root value object passed throughout the query.
 | 
			
		||||
- ``info`` is the resolver info.
 | 
			
		||||
- ``args`` is the dict of arguments passed to the field.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user