OBJECT
InsightImpact
Entities impacted by an insight, and the type and size of impact. This must minimally include the originatingEntityId
link GraphQL Schema definition
- type InsightImpact {
- # dimension of impact
- InsightImpactDimension! :
- # list of ensemble entities impacted by this insight in a similar manner to each
- # other
- Entity]! : [
- # scale of impact
- InsightImpactMeasure! :
- # topology of impact i.e. hierarchy of impacted entities from the originating
- # entity
- JSON :
- }