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 9591078 commit 11f0513Copy full SHA for 11f0513
graphql/execution/executor.py
@@ -51,7 +51,7 @@ def on_resolve(data):
51
52
p = Promise(executor).catch(on_rejected).then(on_resolve)
53
context.executor.wait_until_finished()
54
- return p.value
+ return p.get()
55
56
57
def execute_operation(exe_context, operation, root_value):
0 commit comments