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