```python params = {'props': {'v2': 10}} result = graph.query("MATCH (n) SET n = $props RETURN n", params) ``` Need to remove `'` from dict keys within `build_params_header` as Cypher doesn't expects dict keys to be wrapped in quotation marks.