Thanks to visit codestin.com Credit goes to github.com
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 1a2a68c commit 8dbdd7eCopy full SHA for 8dbdd7e
docs/api-usage-graphql.rst
@@ -49,12 +49,12 @@ Get the result of a query:
49
50
.. code-block:: python
51
52
- query = """{
53
- query {
54
- currentUser {
+ query = """
+ {
+ currentUser {
55
name
56
- }
57
}
+ }
58
"""
59
60
result = gq.execute(query)
@@ -63,12 +63,12 @@ Get the result of a query using the async client:
63
64
65
66
67
68
69
70
71
72
73
74
result = await async_gq.execute(query)
0 commit comments