We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9dc609 + 7d59a43 commit a5fdfb0Copy full SHA for a5fdfb0
1 file changed
examples/direct/quick_start.py
@@ -46,8 +46,8 @@
46
47
48
async def main():
49
- response = client.execute(query=example_query, variables=variables)
50
- result = await client.get_data(response)
+ response = await client.execute(query=example_query, variables=variables)
+ result = client.get_data(response)
51
print(result["sessions"])
52
53
0 commit comments