mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	fixed reference to sync executor
This commit is contained in:
		
							parent
							
								
									cff7666abe
								
							
						
					
					
						commit
						84834d1218
					
				| 
						 | 
					@ -67,8 +67,7 @@ class Schema(object):
 | 
				
			||||||
    @property
 | 
					    @property
 | 
				
			||||||
    def executor(self):
 | 
					    def executor(self):
 | 
				
			||||||
        if not self._executor:
 | 
					        if not self._executor:
 | 
				
			||||||
            self._executor = Executor(
 | 
					            self._executor = SyncExecutor()
 | 
				
			||||||
                [SynchronousExecutionMiddleware()], map_type=OrderedDict)
 | 
					 | 
				
			||||||
        return self._executor
 | 
					        return self._executor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @executor.setter
 | 
					    @executor.setter
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user