apoc.coll.disjunction Function apoc.coll.disjunction(first, second) - returns the disjunct set of the two lists Signature apoc.coll.disjunction(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.disjunction