Skip to main content

updateReportableTableCell

Write a single cell of a reportable-table row, patching just that key of the row's data JSONB so concurrent edits to other cells don't clobber each other. The column is validated against the parent template's live columns, and a null value clears the cell. Runs as the caller's role, so RLS governs the read and write.

updateReportableTableCell(
input: UpdateReportableTableCellInput!
): UpdateReportableTableCellPayload

Arguments

updateReportableTableCell.input ● UpdateReportableTableCellInput! non-null input

The row, column, and value to write.

Type

UpdateReportableTableCellPayload object