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 84834d1 commit 76ea7d7Copy full SHA for 76ea7d7
graphene/core/schema.py
@@ -66,8 +66,6 @@ def T(self, _type):
66
67
@property
68
def executor(self):
69
- if not self._executor:
70
- self._executor = SyncExecutor()
71
return self._executor
72
73
@executor.setter
0 commit comments