Skip to main content

DeletedRecord

A single deleted record. It gives the id of the record, not the contents of the record.

type DeletedRecord {
eventId: ID
hardDeleted: Boolean!
id: ID!
type: DeletedRecordType!
}

Fields

DeletedRecord.eventId ● ID scalar

The id of the event that the record belonged to. For an EVENT record, this is the id of the event itself. Optional.

DeletedRecord.hardDeleted ● Boolean! non-null scalar

true when the record was permanently removed. false when the record was deleted but still exists.

DeletedRecord.id ● ID! non-null scalar

The id of the record that was deleted.

DeletedRecord.type ● DeletedRecordType! non-null enum

The type of record that was deleted.

Member Of

DeletedRecordSet object