- Listing records, for example “only active recipes” or “orders for customer 42”.
- Bulk updating records, for example “archive every draft older than January 1”.
- Bulk deleting records, for example “delete rows where
deleted_atis already set”. - Creating exports that include only matching rows.
Shared validation
Simple filter object
Use this when every condition is an exact match.Condition array
Use this when you need operators like greater-than,like, in, or null checks.
=, !=, >, >=, <, <=, like, in, is_null, not_null.