Skip to content

Instantly share code, notes, and snippets.

@davebshow
Created November 24, 2015 04:05
Show Gist options
  • Save davebshow/b57fe23f2274e8f9050d to your computer and use it in GitHub Desktop.
Save davebshow/b57fe23f2274e8f9050d to your computer and use it in GitHub Desktop.
match path=(t:tweet {tid: '665496205854687232'})-[:REPLIES_TO|RETWEETS|TWEETS*1..4]-(:tweet) return filter(x in nodes(path) where exists(x.tid))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment