Skip to content

Instantly share code, notes, and snippets.

@peterneubauer
Forked from nawroth/GraphGist-simple.adoc
Last active December 30, 2015 03:29
Show Gist options
  • Save peterneubauer/7769588 to your computer and use it in GitHub Desktop.
Save peterneubauer/7769588 to your computer and use it in GitHub Desktop.

A simple GraphGist

CREATE (n{name:'cypher'})-[r:LIKES]->({name:'icecream'}) 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