Skip to content

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

or(expressions): Expression

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

At least one of these must hold.

A single expression is returned unwrapped.

readonly Expression[]

The expressions, as separate arguments or one array.

Expression

If given nothing to combine.

or(eq("status", "open"), not(exists("closedAt")))

or(…expressions): Expression

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

At least one of these must hold.

A single expression is returned unwrapped.

Expression[]

The expressions, as separate arguments or one array.

Expression

If given nothing to combine.

or(eq("status", "open"), not(exists("closedAt")))