Type alias UpdateParams<T>

UpdateParams<T>: {
    cache?: CacheWriteConfiguration;
    changes: T["update"];
    filter: T["filter"];
    options?: T["driverUpdateOptions"];
} & OperationParams<T>

Type Parameters

Generated using TypeDoc