Hello everyone,
I am doing some tests with the fraud sandbox of Neo4j, and starting with the following query:
MATCH (n1:Transfer) -[:NEXT*2..10]- (n2: Transfer) RETURN * LIMIT 20
I would like to figure out which of these chains of Transfer nodes are ...