Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Created June 20, 2024 17:11
Show Gist options
  • Save elijahbenizzy/9a872003a643da6278c6f8d6abeabba7 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/9a872003a643da6278c6f8d6abeabba7 to your computer and use it in GitHub Desktop.
MATCH (alice:Person {name: 'Alice'})-[:FRIEND_OF]-(friend:Person)
RETURN friend.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment