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 d02a4fe commit bf2daa3Copy full SHA for bf2daa3
graphql/execution/experimental/resolver.py
@@ -18,9 +18,6 @@ def normal_map(func, iter):
18
imap = map
19
20
21
-
22
23
24
def is_promise(value):
25
return isinstance(value, Promise)
26
graphql/execution/experimental/tests/utils.py
@@ -1,8 +1,9 @@
1
+from promise import Promise
2
+
3
from graphql.execution import ExecutionResult
4
from graphql.language.parser import parse
5
from graphql.language.source import Source
6
from graphql.validation import validate
-from promise import Promise
7
8
from ..executor import execute
9
0 commit comments