We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
'
build_params_header
The text was updated successfully, but these errors were encountered:
@swilly22 Can you please write how the params in the example here look in the query?
Sorry, something went wrong.
CYPHER props={v2:10} ?
CYPHER props={v2:10}
_build_params_header
AvitalFineRedis
Successfully merging a pull request may close this issue.
Need to remove
'
from dict keys withinbuild_params_header
as Cypher doesn't expects dict keys to be wrapped in quotation marks.The text was updated successfully, but these errors were encountered: