Skip to content

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

not(key): Predicate

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

Creates a not predicate

string

The key to compare

Predicate

The not predicate

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