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.
There is an extra "}" in both of the lines below at the end in the example in the README. Simply removing those works.
"MERGE (a)-[:KNOWS]->(friend:Person {name: $friend_name})" "MATCH (a:Person)-[:KNOWS]->(friend) WHERE a.name = $name "