Skip to content

Instantly share code, notes, and snippets.

@ncammarata
Created May 27, 2014 19:00
Show Gist options
  • Select an option

  • Save ncammarata/19d6502e6d2d4cbf1f40 to your computer and use it in GitHub Desktop.

Select an option

Save ncammarata/19d6502e6d2d4cbf1f40 to your computer and use it in GitHub Desktop.
match (comment:Comment {id:'xyz'})<-[:created]-(author:Person)
return extend(comment, { author: author.name })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment