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 be97a36 commit ba5b7ddCopy full SHA for ba5b7dd
docs/quickstart.rst
@@ -127,7 +127,7 @@ Then we can start querying our **Schema** by passing a GraphQL query string to `
127
query_string = '{ hello }'
128
result = schema.execute(query_string)
129
print(result.data['hello'])
130
- # "Hello stranger"
+ # "Hello stranger!"
131
132
# or passing the argument in the query
133
query_with_argument = '{ hello(name: "GraphQL") }'
0 commit comments