Skip to content

Instantly share code, notes, and snippets.

@shivswami
Last active December 30, 2015 05:29
Show Gist options
  • Save shivswami/7783422 to your computer and use it in GitHub Desktop.
Save shivswami/7783422 to your computer and use it in GitHub Desktop.
Test101
//console
[source,cypher]
----
CREATE (n{name:'cypher'})-[r:LIKES]->({name:'icecream'})
RETURN n.name, r
----
//output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment