Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 SDK. For use with version 1.x, see here.

PatchUpdateOptions

PatchUpdateOptions = object

Defined in: define/table/types/query.ts:189

Types for constructing and executing SELECT, INSERT, UPDATE, and COUNT queries.

data: JsonPatchOperation[]

Defined in: define/table/types/query.ts:190


mode: "patch"

Defined in: define/table/types/query.ts:191