Skip to content

Instantly share code, notes, and snippets.

@saterus
Created June 25, 2013 19:16
Show Gist options
  • Save saterus/5861479 to your computer and use it in GitHub Desktop.
Save saterus/5861479 to your computer and use it in GitHub Desktop.
START user=node(Z)
MATCH (user)-[:LIKES]->(y)
WHERE y.classname = 'Discussion'
RETURN y;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment