DesWorkspaceInsInsightEntityLinksChangedAction
History entry capturing changes to linked entities.
type DesWorkspaceInsInsightEntityLinksChangedAction {
newEntities: [ID!]!
removedEntities: [ID!]!
}
Fields
DesWorkspaceInsInsightEntityLinksChangedAction.newEntities ● [ID!]! non-null scalar
Entities that were added to the insight.
DesWorkspaceInsInsightEntityLinksChangedAction.removedEntities ● [ID!]! non-null scalar
Entities that were removed from the insight.