OBJECT

MultiLineMetricGraphDataType

Multi line metric graph data type

link GraphQL Schema definition

  • 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!]
  • }