Chart
No description
type Chart {
id: ID!
name: String!
description: String
path: [String!]!
type: MonitoredSystemType!
series: [ChartSeries!]
templateId: String!
resourceName: String
chartType: String!
}
Fields
Chart.id ● ID! non-null scalar
Chart.name ● String! non-null scalar
Chart.description ● String scalar
Chart.path ● [String!]! non-null scalar
Chart.type ● MonitoredSystemType! non-null enum
Chart.series ● [ChartSeries!] list object
Chart.templateId ● String! non-null scalar
Chart.resourceName ● String scalar
Chart.chartType ● String! non-null scalar
If this chart has a special chart type set this field will contain it. If there is no special type it has just the same value as the id field. See ChartType {type}.