This is an automated email from the ASF dual-hosted git repository.

ywang pushed a commit to branch new
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit 98e8b340cdefb262083885b877722e46e9313ff6
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Tue Sep 4 16:28:40 2018 +0800

    Update metric.graphqls
    
    Fix wrong type Long
---
 metric.graphqls | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/metric.graphqls b/metric.graphqls
index 9f27d71..e977e92 100644
--- a/metric.graphqls
+++ b/metric.graphqls
@@ -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
+}

Reply via email to