We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff7666 commit 84834d1Copy full SHA for 84834d1
graphene/core/schema.py
@@ -67,8 +67,7 @@ def T(self, _type):
67
@property
68
def executor(self):
69
if not self._executor:
70
- self._executor = Executor(
71
- [SynchronousExecutionMiddleware()], map_type=OrderedDict)
+ self._executor = SyncExecutor()
72
return self._executor
73
74
@executor.setter
0 commit comments