Last active
July 30, 2019 16:03
-
-
Save vladbatushkov/5816ed736b096f44978fafada909d46b to your computer and use it in GitHub Desktop.
Robert called to this persons.
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 (p1:Person)-[:OUT]->(:Call)<-[:IN]-(p2:Person) | |
WHERE p1.name = "Robert" | |
RETURN p2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment