The extending Model InstanceType.
Optional
Readonly
conjunctionconjunction of multiple filter Expressions requested data Models are matched against. The conjunction sibling parameter entity has to be undefined when supplying this parameter. By supplying filter Expressions, conjunct by specific Conjunction operators, fine-grained filter operations can be compiled.
Readonly
operands: Expression<T>[]List of Expressions which are logically combined through an operator. These Expressions may be nested and can be used to construct complex composite filter operations.
Optional
Readonly
operator?: ConjunctionConjunction operator used to logically combine all supplied operands.
Optional
Readonly
entityShape the requested data Models are matched against. Supplying
this parameter requires the conjunction sibling parameter to be
undefined
. By specifying the entity shape to match data
Models against, simple filter operations can be compiled.
Generated using TypeDoc
Interface describing the shape of an Expression which may be employed through the Params as part of a Model.findAll. Expressions can either be the plain shape of an entity or compositions of multiple conjunctions.