未验证 提交 98e8b340 编写于 作者: G Gao Hongtao 提交者: GitHub

Update metric.graphqls

Fix wrong type Long
上级 f22e7e51
......@@ -50,7 +50,7 @@ type Thermodynamic {
# Example:
# [ [0, 0, 10], [0, 1, 43], ...]
# These ^^^ two represent the left bottom element, and another element above it.
nodes: [[Long]!]!
nodes: [[Int]!]!
axisYStep: Int!
}
......@@ -58,4 +58,4 @@ type Thermodynamic {
extend type Query {
getLinearIntValues(metric: MetricCondition!, duration: Duration!): LinearIntValues
getThermodynamic(metric: MetricCondition!, duration: Duration!): Thermodynamic
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册