diff --git a/docs/execution/execute.rst b/docs/execution/execute.rst index 4bb5613e..23be0b42 100644 --- a/docs/execution/execute.rst +++ b/docs/execution/execute.rst @@ -85,7 +85,7 @@ Value used for :ref:`ResolverParamParent` in root queries and mutations can be o return {'id': root.id, 'firstName': root.name} schema = Schema(Query) - user_root = User(id=12, name='bob'} + user_root = User(id=12, name='bob') result = schema.execute( ''' query getUser {