Optionalparams: InjectMetaMiddlewareParamsIntercepts the request right before execution to append tracking metadata.
The DataObject entering the database operation.
CREATE, UPDATE, or DELETE context.
Optionalparams: MiddlewareParamsOptional parameters passed via the adapter execution pipeline.
Backend middleware that automatically timestamps and logs user activity. Injects
createdAt,updatedAt,deletedAtand correspondingByrelations using the current Context user when the object undergoes CRUD operations.