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