Neo4j Browser is primarily a Cypher repl.
Help
See available help topics:
:help
Help about keyboard shortcuts:
:help keys
Help listing of command topics:
:help commands
Query Parameters
Help about params:
:help params
See the current query parameters:
:params
Set a parameter named actor
to the value "Tom Hanks":
:params actor => "Tom Hanks"
Use foo
in a query:
MATCH (n:Person) WHERE n.name = $actor RETURN n
Cheers,
ABK
ps. This is a live post. I'll update with more details as I come across questions which could use a bit of reference material. Got questions about Neo4j Browser? Ask away.