I have created nodes and relationships in neo4j. I can return all by using match (n) return n
and then change the colors and sizes of nodes/relationships by clicking on buttons in the browser.
Can you define this in your match and return query before the visualization is displayed?