Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Last active July 30, 2019 16:03
Show Gist options
  • Save vladbatushkov/5816ed736b096f44978fafada909d46b to your computer and use it in GitHub Desktop.
Save vladbatushkov/5816ed736b096f44978fafada909d46b to your computer and use it in GitHub Desktop.
Robert called to this persons.
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