Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 alpha SDK. For the stable version, see npm.

JsonPatchOperation

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

JSON Patch operation for patch mode (RFC 6902)

optional from: string

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


op: "replace" | "add" | "remove" | "move" | "copy" | "test"

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


path: string

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


optional value: unknown

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