We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5636b commit 01ac159Copy full SHA for 01ac159
1 file changed
gql/clients/sync.py
@@ -15,7 +15,7 @@ def __init__(self, endpoint, headers=None):
15
'Accept-Encoding': 'gzip',
16
}
17
18
- async def call(self, query,
+ def call(self, query,
19
variables=None,
20
return_json=False,
21
on_before_callback: Callable[[Mapping[str, str], Mapping[str, str]], None] = None) -> Union[dict, str]:
0 commit comments