The Mutation emitted when the App deletes one or more Records.
interface DeleteMultipleRecordsMutation
recordIds | ReadonlyArray<RecordId> The identifiers for records being deleted |
tableId | TableId The identifier for the Table in which Records are being deleted |
type | "deleteMultipleRecords" This Mutation's discriminant property |