Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Last active December 23, 2015 10:39
Show Gist options
  • Select an option

  • Save Lewuathe/6623449 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/6623449 to your computer and use it in GitHub Desktop.
//console
[source,cypher]
----
CREATE (n{name:'cypher'}) -[r:LIKES]-> ({name:'icecream'})
RETURN n.name, r;
----
//graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment