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 ff6b490 commit 79811e1Copy full SHA for 79811e1
graphql/backend/quiver_cloud.py
@@ -11,7 +11,7 @@
11
from .base import GraphQLBackend
12
from .compiled import GraphQLCompiledDocument
13
14
-from six import urlparse
+from six.moves.urllib.parse import urlparse
15
16
GRAPHQL_QUERY = """
17
mutation($schemaDsl: String!, $query: String!) {
0 commit comments