Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created November 4, 2019 15:20
Show Gist options
  • Save vladbatushkov/bcba28731cbb607271af5d53bb703503 to your computer and use it in GitHub Desktop.
Save vladbatushkov/bcba28731cbb607271af5d53bb703503 to your computer and use it in GitHub Desktop.
find a path
MATCH p=(a1:Airport { code: "BKK" })-[:FLIES_TO]->(a2:Airport { code: "ARN" })
RETURN p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment