Skip to main content

Type Alias: QueryEntityType

QueryEntityType = "member" | "chat" | "data_record"

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

Unified Query Engine types — hand-written mirror of lib/query/ir.py and the /w/{wid}/queries/* route models.

The JSON IR is the wire format AND the UI's source of truth: the query-builder renders from and edits exactly this tree.