apoc.coll.unionAll

Function

apoc.coll.unionAll(first, second) - creates the full union with duplicates of the two lists

Signature

apoc.coll.unionAll(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