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 188ce9a commit 6918db1Copy full SHA for 6918db1
docs/execution/execute.rst
@@ -85,7 +85,7 @@ Value used for :ref:`ResolverParamParent` in root queries and mutations can be o
85
return {'id': root.id, 'firstName': root.name}
86
87
schema = Schema(Query)
88
- user_root = User(id=12, name='bob'}
+ user_root = User(id=12, name='bob')
89
result = schema.execute(
90
'''
91
query getUser {
0 commit comments