For the complete documentation index, see llms.txt. This page is also available as Markdown.

tableRowsChangeSet

Represents a change set in the table rows.

Examples

type TableRowsChangeSet {
  deleted: [TableRowChangeItem!]
  added: [TableRowChangeItem!]
}

Fields

Field
Description
Supported fields

List of removed table rows

name String regex String

List of added table rows

name String regex String

References

Fields with this object:

Last updated