Skip to content
Zack edited this page May 10, 2018 · 12 revisions

The graph is an interactive interface designed to build Neo4j Cypher queries, the graph is composed of nodes connected to each other by links corresponding to the data stored in the Neo4j database. The graph is dynamically updated with the database content. It can be customized using graph configuration.

To create and manipulate queries in the graph interface see all basic actions. Many options are also available in the toolbar.

The graph is internally translated into a Cypher query.

The root node of the graph correspond to the main node label to search. After any changes in the graph the query is updated to refresh the matching results.