The scenario is as follows
User A-[follows]->B and B-[follows]-A
with such bidirectional relation between same Node entities, load cypher for A takes indefinite to load.
<MATCH (n:User) WHERE n.id = $id WITH n, id(n) AS internalNeo4jId RETURN n{ .nam...