Event
The limited synchronization projection shared by Management v1 records.
graphql
type Event {
discardedAt: DateTime
id: ID!
name: String
number: String
tombstone: Boolean!
updatedAt: DateTime!
}
Fields
Event.discardedAt · DateTime scalar
When the record was discarded; null for an active record.
Event.id · ID! non-null scalar
Stable record identifier.
Event.name · String scalar
Display name when the resource provides one.
Event.number · String scalar
External-facing record number when the resource provides one.
Event.tombstone · Boolean! non-null scalar
True when the discarded record represents a removal to propagate locally.
Event.updatedAt · DateTime! non-null scalar
Timestamp used for incremental synchronization and cursor ordering.
Member Of
EventCollection object