mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 18:07:48 +03:00 
			
		
		
		
	Merge pull request #611 from danpalmer/patch-1
Use more Pythonic terminology here
This commit is contained in:
		
						commit
						e19e229710
					
				| 
						 | 
					@ -19,7 +19,7 @@ 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 evalution.
 | 
				
			||||||
- ``root`` is the root value object passed throughout the query.
 | 
					- ``root`` is the root value object passed throughout the query.
 | 
				
			||||||
- ``info`` is the resolver info.
 | 
					- ``info`` is the resolver info.
 | 
				
			||||||
- ``args`` is the hash of arguments passed to the field.
 | 
					- ``args`` is the dict of arguments passed to the field.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Example
 | 
					Example
 | 
				
			||||||
-------
 | 
					-------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user