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