Skip to content

Instantly share code, notes, and snippets.

@alacambra
Created July 29, 2014 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alacambra/e9454034cc8a377ec3a2 to your computer and use it in GitHub Desktop.
Save alacambra/e9454034cc8a377ec3a2 to your computer and use it in GitHub Desktop.
fetching a dt from neo4j with cypher
match (cnd_component {name:"is_assigned_to"})<-[:over]-(resolver:resolver)-[:with]->dt,
resolver<-[:resolve]-(action:action{name:"create"}),
dt-[r*..]->i
return dt, i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment