Skip to content

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

gte(name, value): ComparisonNode

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

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

string

ValueInput

ComparisonNode

If the value’s type carries no ordered index.

gte("score", dec("3.5")) // score >= dec(3.5)