Created
November 24, 2015 04:05
-
-
Save davebshow/b57fe23f2274e8f9050d 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 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