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?)

Input parameters

Name Type Default

first

LIST? OF ANY?

null

second

LIST? OF ANY?

null