I would like to link the Neo4j Browser with certain queries which should show the result graph automatically when clicking the link. Does anyone know whether there is a possibility to deeplink the Neo4j browser with a cypher query so that it executes this automatically? I already checked for ../browser/?cmd=play&arg=xyz
synthax which goes towards the direction but does not execute cypher. Also a POST call would be fine. I know there's the REST API which allows me the execution of queries but does not visualize.
thanks for your support,
Jens