Solutionunvalidated
What relationships actually exist? — MATCH ()-[r]->() RETURN type(r), count(r) ORDER BY count(r) DESC. Tension: What your projection expects vs what exists. Outcome: check your projection.
9ea233b3-e451-4b0d-9fc2-96e27d47ea9f
What relationships actually exist? — MATCH ()-[r]->() RETURN type(r), count(r) ORDER BY count(r) DESC. Tension: What your projection expects vs what exists. Outcome: check your projection.