You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/02/12 03:26:35 UTC

[incubator-skywalking-query-protocol] branch master updated: no message

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

wusheng 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 50d5591  no message
50d5591 is described below

commit 50d55914efda78fb3429800f3c77bd0999b5053a
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Feb 12 11:26:27 2019 +0800

    no message
---
 top-n-records.graphqls | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/top-n-records.graphqls b/top-n-records.graphqls
index 4e9c4de..dee17ac 100644
--- a/top-n-records.graphqls
+++ b/top-n-records.graphqls
@@ -35,10 +35,6 @@ type TopNRecord {
     traceId: String
 }
 
-type TopNRecords {
-    records: [TopNRecord!]!
-}
-
 extend type Query {
-    getTopNRecords(condition: TopNRecordsCondition!): TopNRecords
+    getTopNRecords(condition: TopNRecordsCondition!): [TopNRecord!]!
 }