Skip to content

MultiLineMetricGraphDataType

Multi line metric graph data type

Fields

category · String · Category name
category_label · String · Category label
has_entry · Boolean · False if the category has no entry

Used By

Definition

"""
Multi line metric graph data type
"""
type MultiLineMetricGraphDataType {
"""
Category name
"""
category: String
"""
Category label
"""
category_label: String
"""
False if the category has no entry
"""
has_entry: Boolean
"""
Metric graph data
"""
metric_graph_datas: [MetricGraphDataType!]
}