Skip to content

render(expression): string

Defined in: src/query/expression.ts:458

Renders an expression as the query string the node parses. Equivalent to String(expression).

Literals are always written tagged, even where the language would infer them: an untagged number defaults to i32, but spelling it i32(10) keeps the exact-type assertion visible in the query that actually went over the wire.

Expression

string