Add cypher sample

pull/3211/head
Alex Dima 3 years ago
parent c82fd2cd2c
commit 45175a565a
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

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