PropertyFilterConditionInput
A single filter condition for property filters
Champs
| Champ | Type | Requis | Défaut | Description |
|---|---|---|---|---|
type | String! | ✓ | — | Filter operator (e.g., 'equals', 'greaterThan', 'contains', 'inRange') |
filter | Any | — | Primary filter value (Float, String, or DateTime depending on column type) | |
secondFilter | Any | — | Secondary filter value (for range operations like 'inRange') |