UpdateOptions

View Source

Summary

Options for updating a single row.

Signature

type UpdateOptions<table, relations> = {
  touch?: boolean;
  with?: relations;
};