Skip to content

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

exists(name): ExistsNode

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

The attribute is set, with any type.

string

ExistsNode

If given a system attribute — every entity has all of them, so the test would be a constant.

exists("reviewedBy") // EXISTS(reviewedBy)
not(exists("closedAt")) // NOT EXISTS(closedAt)