Skip to content

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

gt(name, value): ComparisonNode

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

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

string

ValueInput

ComparisonNode

If the value’s type carries no ordered index.

gt("level", i32(10)) // level > i32(10)
gt("$expiresAt", u64(1_200_000n)) // $expiresAt > u64(1200000)