changeHasLabel(
label
): (eb
) =>ExpressionWrapper
<LixDatabaseSchema
,"change"
,SqlBool
>
Selects changes that have a label with the given name.
{ id
: string
; name?
: string
; } | { id?
: string
; name
: string
; }
(
eb
):ExpressionWrapper
<LixDatabaseSchema
,"change"
,SqlBool
>
ExpressionBuilder
<LixDatabaseSchema
, "change"
>
ExpressionWrapper
<LixDatabaseSchema
, "change"
, SqlBool
>
You can use eb.not() to negate the filter.