OBJECT
InsightConnection
link GraphQL Schema definition
- type InsightConnection implements Connection {
- # Number of insights in this page
- Int! :
- # Count by categories
- InsightCountByCategory!] @deprecated( reason: "This is deprecated in favour of Insight Aggregation API" ) : [
- InsightEdge!] : [
- # Insight stats
- InsightStats! :
- # List of insights in this page
- Insight!] : [
- # Impacted Entities of all matching Insights.
- # TODO: To remove when this is moved to EntityConnection as part of EINT-3968
- Entity!] : [
- PageInfo! :
- # Insight dimensions
- InsightStats!] : [
- # Total number of insights
- Int :
- }
link Require by
- EntityPrimary Entity type in the graph, implementing the individual EntityNode interface and with additional fields permitting traversals to other entities in the entity topology and to access other graph nodes with information related to the entity.
- InsightQueryInsight queries
- ObservationA point-in-time observation about the state of something in the system which may interest our insight service