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 9b71f9ee5e430ec9d6ec4fb188b521a0e691f964
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Thu Sep 13 15:35:52 2018 +0800

    Update aggregation.graphqls
    
    Fix filterId type
---
 aggregation.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggregation.graphqls b/aggregation.graphqls
index e50cc6e..1e834a1 100644
--- a/aggregation.graphqls
+++ b/aggregation.graphqls
@@ -28,7 +28,7 @@ input TopNCondition {
     #
     # Defintely, it is not required by default.
     filterScope: Scope
-    filterId: Int
+    filterId: ID
 }
 
 type TopNEntity {

Reply via email to