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 1d04e11 commit 4bb0addCopy full SHA for 4bb0add
src/graphql/execution/execute.py
@@ -526,7 +526,6 @@ def execute_field(
526
# value as part of the resolve info.
527
result = resolve_fn(source, info, **args)
528
529
- completed: AwaitableOrValue[Any]
530
if self.is_awaitable(result):
531
# noinspection PyShadowingNames
532
async def await_result() -> Any:
0 commit comments