This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 9b71f9e Update aggregation.graphqls
9b71f9e is described below
commit 9b71f9ee5e430ec9d6ec4fb188b521a0e691f964
Author: Gao Hongtao <[email protected]>
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 {