Greetings,
I was able to write a complex query using five to six cypher statements. I want to parameterize this query and call it from HTTP API. What is the best way to do this ?
match (c:Company {name: "ABC"})-[:company_to_order]-(f:Order)<-[:market...