UpdateOptions
Summary
Options for updating a single row.
Signature
type UpdateOptions<table, relations> = {
touch?: boolean;
with?: relations;
};
Options for updating a single row.
type UpdateOptions<table, relations> = {
touch?: boolean;
with?: relations;
};