Skip to content

Instantly share code, notes, and snippets.

@coolgarifTech
Created May 29, 2013 14:40
Show Gist options
  • Save coolgarifTech/5670791 to your computer and use it in GitHub Desktop.
Save coolgarifTech/5670791 to your computer and use it in GitHub Desktop.
Neo4j Cypher query to return all graph nodes
q = "START n=node(*) RETURN n"
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