Interface: AppendContext<TCtx>
Interface: AppendContext<TCtx>
Section titled “Interface: AppendContext<TCtx>”Defined in: server/src/audit/recorder.ts:75
Per-mutation context the sync handler hands to the recorder. Mirrors the audit-log columns so the recorder doesn’t need to know how the handler produced these values.
Type Parameters
Section titled “Type Parameters”TCtx
Properties
Section titled “Properties”mutationName
Section titled “mutationName”
readonlymutationName:string
Defined in: server/src/audit/recorder.ts:76
mutationId
Section titled “mutationId”
readonlymutationId:number
Defined in: server/src/audit/recorder.ts:77
clientGroupID
Section titled “clientGroupID”
readonlyclientGroupID:string
Defined in: server/src/audit/recorder.ts:78
clientID
Section titled “clientID”
readonlyclientID:string
Defined in: server/src/audit/recorder.ts:79
readonlyctx:TCtx
Defined in: server/src/audit/recorder.ts:80
normalizedArgs
Section titled “normalizedArgs”
readonlynormalizedArgs:unknown
Defined in: server/src/audit/recorder.ts:81
wireArgs
Section titled “wireArgs”
readonlywireArgs:unknown
Defined in: server/src/audit/recorder.ts:82