DeletedRecordSet
The deletions found for one record type.
The set is unbounded. It has no page size and no truncation signal, so it holds every deletion that the scan found for this record type, however many that is.
Each record type that an operation selects costs a flat 500 points, whatever its set turns out to hold. An operation that selects every record type therefore pays 500 for each of them.
type DeletedRecordSet {
records: [DeletedRecord!]!
}
Fields
DeletedRecordSet.records ● [DeletedRecord!]! non-null object
The deleted records found for this type. The operation must select this field inside every record type that it selects.
Member Of
DeletedRecordEntities object