mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 01:47:45 +03:00 
			
		
		
		
	schema now use default executor
This commit is contained in:
		
							parent
							
								
									84834d1218
								
							
						
					
					
						commit
						76ea7d7637
					
				| 
						 | 
				
			
			@ -66,8 +66,6 @@ class Schema(object):
 | 
			
		|||
 | 
			
		||||
    @property
 | 
			
		||||
    def executor(self):
 | 
			
		||||
        if not self._executor:
 | 
			
		||||
            self._executor = SyncExecutor()
 | 
			
		||||
        return self._executor
 | 
			
		||||
 | 
			
		||||
    @executor.setter
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user