CreateRowOptions

View Source

Summary

Options for create operations that return the inserted row.

Signature

type CreateRowOptions<table, relations> = {
  returnRow: true;
  touch?: boolean;
  with?: relations;
};