I am building an application that should accept quite general input and be able to generate quite elaborate Cypher queries. I get stuck on the following:Suppose we have the following example database:
CREATE (John {name:'John Doe', age:30})-[:HAS_AUT...