Skip to content

Instantly share code, notes, and snippets.

@suellenstringer-hye
Forked from CliffordAnderson/f-o.cypher
Last active August 29, 2015 14:16
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 suellenstringer-hye/139fff81233bc8d955db to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/139fff81233bc8d955db to your computer and use it in GitHub Desktop.
match (a {name:"Flannery O\'Connor"}),(c:Letter {date:1950}),(b {name:"Brainerd Chaney"})
create c-[:To]->b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment