Last active
April 13, 2017 20:36
-
-
Save nicysneiros/456dd35fa6f16d7c942e797cd8af6426 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MATCH (User {name: “John”}) -[:LIKES]-> (pages) | |
RETURN pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment