Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

render(expression): string

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

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