Explorar o código

Add cypher sample

Alex Dima %!s(int64=3) %!d(string=hai) anos
pai
achega
45175a565a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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