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
|
@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