'$not' operator expression. Logically negates another expression.

{ $not: {a: {$eq: 1} } }
interface NotExpression {
    $not: ComplexQueryExpression;
}

Properties

Properties

Expression to be negated.

Generated using TypeDoc