spohl
07/13/2022, 12:39 PMRichard Ward
07/13/2022, 12:52 PMwhere: {
deleted: { in: [null, false] }
}
?spohl
07/13/2022, 12:59 PMType '{ in: false[]; }' is not assignable to type 'boolean | BoolNullableFilter'.
Object literal may only specify known properties, and 'in' does not exist in type 'BoolNullableFilter'.
Nurul
07/19/2022, 2:09 PMin
operator could be used only to check if a value exists in a list.
In your case you would need to use OR
operator as you have mentioned to match records having deleted value as false or null.