Skip to content

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

lte(name, value): ComparisonNode

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

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

string

ValueInput

ComparisonNode

If the value’s type carries no ordered index.

lte("score", dec("5")) // score <= dec(5)