Normalize an ORM WhereOptions (mixing Op.* symbols, $and/$or/ $not, and plain equality) into a GraphPredicate tree. Returns a { kind: 'true' } node for an empty/absent filter.
WhereOptions
Op.*
$and
$or
$not
{ kind: 'true' }
Optional
Normalize an ORM
WhereOptions(mixingOp.*symbols,$and/$or/$not, and plain equality) into a GraphPredicate tree. Returns a{ kind: 'true' }node for an empty/absent filter.