Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 28, 2021 09:58
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 Hkazanci93/bdc7194b1fab8a060d4b722936356e32 to your computer and use it in GitHub Desktop.
Save Hkazanci93/bdc7194b1fab8a060d4b722936356e32 to your computer and use it in GitHub Desktop.
Counts all of the edges on the graph
MATCH (:Station)-[t:Trip]->(:Station) RETURN count(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment