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.

JsonPatchOperation

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

JSON Patch operation for patch mode (RFC 6902)

optional from: string

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


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

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


path: string

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


optional value: unknown

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