Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elisedeux/c006394b7d69b17bcd246324a611837c to your computer and use it in GitHub Desktop.
Save elisedeux/c006394b7d69b17bcd246324a611837c to your computer and use it in GitHub Desktop.
MATCH (c1:Customer)-[r*1..4]-(c2:Customer)
WHERE ID(c1) = {{"customer":node:"Customer"}}
return c1, r, c2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment