mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +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