Skip to content

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

gt(key, value): Predicate

Defined in: src/query/predicate.ts:87

Creates a greater than predicate

string

The key to compare

The value to compare

string | number

Predicate

The greater than predicate

const predicate = gt("name", "John")
// result = { type: "gt", key: "name", value: "John" }