Skip to main content

ContactDetailsChange

No description

type ContactDetailsChange implements Change {
data: ContactDetails
entityId: UUID!
entityType: String!
operationType: OperationType!
}

Fields

ContactDetailsChange.data ● ContactDetails object

The snapshot of the entity at the time of the change. May be null for deleted entities or when only requesting the IDs of the entities. Make sure to use the 'entityId' which always has the primary key.

ContactDetailsChange.entityId ● UUID! non-null scalar

ContactDetailsChange.entityType ● String! non-null scalar

ContactDetailsChange.operationType ● OperationType! non-null enum

Interfaces

Change interface

Member Of

ContactDetailsSyncChangeSet object