Skip to content

Instantly share code, notes, and snippets.

@seantomburke
Last active August 29, 2015 14:10
Show Gist options
  • Save seantomburke/89d311d2eec1a5acfc56 to your computer and use it in GitHub Desktop.
Save seantomburke/89d311d2eec1a5acfc56 to your computer and use it in GitHub Desktop.
//console
[source,cypher]
----
CREATE (n{name:'cypher'})-[r:LIKES]->({name:'icecream'}) return n.name, r
----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment