Hi there, i'm using docker neo4j, version 4.4.9.
my problem is, neo4j browser Graph type visualization renders different result compared to Table or Text type results.
my query is,
MATCH (i:Item)-[c:COMPLEMENT]->(i2:Item)WHERE c.comp_rnk = 1RETURN ...