apoc.coll.intersection
Function
apoc.coll.intersection(first, second) - returns the unique intersection of the two lists
Signature
apoc.coll.intersection(first :: LIST? OF ANY?, second :: LIST? OF ANY?) :: (LIST? OF ANY?)
Function
apoc.coll.intersection(first, second) - returns the unique intersection of the two lists
apoc.coll.intersection(first :: LIST? OF ANY?, second :: LIST? OF ANY?) :: (LIST? OF ANY?)