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
  • dimension: InsightImpactDimension!
  • # list of ensemble entities impacted by this insight in a similar manner to each
  • # other
  • entities: [Entity]!
  • # scale of impact
  • measure: InsightImpactMeasure!
  • # topology of impact i.e. hierarchy of impacted entities from the originating
  • # entity
  • topology: JSON
  • }