Skip to content

Instantly share code, notes, and snippets.

@coolgarifTech
Created May 29, 2013 15:00
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 coolgarifTech/5670956 to your computer and use it in GitHub Desktop.
Save coolgarifTech/5670956 to your computer and use it in GitHub Desktop.
Example Neo4j Cypher query to return all the relationships in the sample graph
q = "START n=node(*) MATCH (n)-[r]->() RETURN r"
params = {}
querySquenceObject = db.query(q, params=params, returns=RAW)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment