浏览代码

Add cypher sample

Alex Dima 3 年之前
父节点
当前提交
45175a565a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      website/index/samples/sample.cypher.txt

+ 3 - 0
website/index/samples/sample.cypher.txt

@@ -0,0 +1,3 @@
+MATCH (nicole:Actor {name: 'Nicole Kidman'})-[:ACTED_IN]->(movie:Movie)
+WHERE movie.year < $yearParameter
+RETURN movie