Send perpared cypher query to neo4j browser

Hi
can I send a prepared query to the Neo4j Browser? like

http://...:7474/browser&query="MATCH (n1:topic)-[r12:has_start_course]->(n2) return n1,r12,n2"

to vizualize the graph. at the moment I copy the querys by hand..

or is ther any other tool? Bloom?

Thanks rob

Hi @rob2

I think the easiest way is to connect with Neo4j Desktop.

Add Database > Connect to remote RDBMS

Or you can use the HTTP API.