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
Couldn't find this info in the docs
The text was updated successfully, but these errors were encountered:
Recommended way is by using the Neo4j builtin parameter passing:
q = """match n-[r:`{rel}`]-() return n, n.name, r""" params = { "rel": rel_type, } results = self.gdb.query(q, params=params, returns=(client.Node, str, client.Relationship))
Sorry, something went wrong.
This is a bug in documentation, please document the params argument of GraphDatabase.query().
params
GraphDatabase.query()
You are absolutely right, @franekp. Unfortunately, I don't have the time to maintain the library anymore. Any help or PR's are welcome.
No branches or pull requests
Couldn't find this info in the docs
The text was updated successfully, but these errors were encountered: