TypesObjects
CompanyInformationChange
Change in company information for a monitored entity and its related entities.
type CompanyInformationChange implements ChangeLike {
companyInformationChanges: [CompanyInformationEntityChange!]!
kind: DatasetKind!
}Fields
companyInformationChanges [CompanyInformationEntityChange!]! non-null object
[CompanyInformationEntityChange!]!
Company information changes. Each item carries an isMonitoredEntity flag indicating whether it describes the monitored entity itself or a related entity (e.g. an owner or shareholder).
kind DatasetKind! non-null enum
DatasetKind!
Change kind, determines the data structure of the change.
Interfaces
ChangeLike interface
ChangeLike
An interface type of monitoring change kinds.