Skip to main content

Type Alias: QueryComparisonOp

QueryComparisonOp = "eq" | "neq" | "contains" | "notContains" | "startsWith" | "in" | "notIn" | "gt" | "gte" | "lt" | "lte" | "between" | "notBetween" | "isEmpty" | "notEmpty" | "exists" | "onDay" | "notOnDay"

Defined in: packages/sdk/src/types/query-engine-types.ts:11