OBJECT
ObservationTrendResultItem
link GraphQL Schema definition
- type ObservationTrendResultItem {
- # Optional hyperlinks associated with the name
- HyperLink!] : [
- # last 7 days count
- Int! :
- # last 7 days change percentage
- Int! :
- # the most recent creation time
- DateTime! :
- # the most severity level
- InsightSeverity! :
- # observation name
- String! :
- # Count related observation ids
- Int! :
- String! :
- ObservationSource! :
- }