I am trying to find all Relationship of a node - using a Query Like this in neo4j
MATCH (a:User)-[r]-(b) RETURN a, collect(r), collect(b) limit 10
But I am getting this Error ,could you please help me?:
2021-11-18T11:37:20.0844+0100 [Neo4jDriverIO...