mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Clarify execution order in middleware docs (#1475)
This commit is contained in:
		
							parent
							
								
									ccdd35b354
								
							
						
					
					
						commit
						b349632a82
					
				|  | @ -41,6 +41,8 @@ And then execute it with: | |||
| 
 | ||||
|     result = schema.execute('THE QUERY', middleware=[AuthorizationMiddleware()]) | ||||
| 
 | ||||
| If the ``middleware`` argument includes multiple middlewares, | ||||
| these middlewares will be executed bottom-up, i.e. from last to first. | ||||
| 
 | ||||
| Functional example | ||||
| ------------------ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user