render
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.
Parameters
Section titled “Parameters”expression
Section titled “expression”Returns
Section titled “Returns”string