All versions of this documentation
X
 

Visualizations: Open with a graph query

This time to open a visualization we use a Cypher query: MATCH (n:COMPANY)-[r]-(m) RETURN n, r, m LIMIT 5.