I have a Neo4j node called entity which can be connected to other entities. I want to write a cypher query where I specify a list of entity ids and it brings me back those entities and how they are connected.
For example:
So if I specify Entity A and Entity B ids, it should bring me all other entities including mutual relationships (c-d) and interconnecting entity E.
Could someone help me with the cypher query?