UpdateReportableTableCellInput
No description
input UpdateReportableTableCellInput {
rowId: String!
columnName: String!
value: String
}
Fields
UpdateReportableTableCellInput.rowId ● String! non-null scalar
The reportable-table row whose cell is written.
UpdateReportableTableCellInput.columnName ● String! non-null scalar
The template column (cell) to write. Must be a non-system column defined on the row's template.
UpdateReportableTableCellInput.value ● String scalar
The new cell value, or null to clear the cell. Validated against the column's type.
Member Of
updateReportableTableCell mutation