Hi,
I created a Bipartite Graph using Neo4j. Lets say I have two node types, M and A.
Both node types are defined by an id which is set manually.
A's are for instance attributes describing M's - therefore A's are connected to M's.
Now I want to filte...