Skip to content

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

lt(name, value): ComparisonNode

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

Attribute is less than value. Ordered types only (i32, u256, dec).

string

ValueInput

ComparisonNode

If the value’s type carries no ordered index.

lt("level", i32(10)) // level < i32(10)