Skip to content

Instantly share code, notes, and snippets.

@shivswami
Forked from peterneubauer/GraphGist-simple.adoc
Last active December 30, 2015 05:38
Show Gist options
  • Save shivswami/7783600 to your computer and use it in GitHub Desktop.
Save shivswami/7783600 to your computer and use it in GitHub Desktop.

Shiv’s First Graph Gist - Copy of Peter’s Simple gist.

CREATE (n{name:'India'})-[r:LIKES]->({name:'Spicy Food'}) return n.name, r
MATCH (n) RETURN n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment