apoc.coll.union Function apoc.coll.union(first, second) - creates the distinct union of the 2 lists Signature apoc.coll.union(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 More documentation of apoc.coll.union