@cbnsndwch/zero-sources

UnwindOptions.preserveNullAndEmptyArrays property

Home > @cbnsndwch/zero-contracts > UnwindOptions > preserveNullAndEmptyArrays

UnwindOptions.preserveNullAndEmptyArrays property

Optional: Preserve documents with null, missing, or empty arrays.

  • true: Output document even if array is null/missing/empty - false: Skip documents without the array (default)

false

Signature:

preserveNullAndEmptyArrays?: boolean;

How was this page?