projects
/
incubator-skywalking-query-protocol.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70334e4
)
no message
author
Wu Sheng
<wu.sheng@foxmail.com>
Tue, 12 Feb 2019 03:26:27 +0000
(11:26 +0800)
committer
Wu Sheng
<wu.sheng@foxmail.com>
Tue, 12 Feb 2019 03:26:27 +0000
(11:26 +0800)
top-n-records.graphqls
patch
|
blob
|
history
diff --git
a/top-n-records.graphqls
b/top-n-records.graphqls
index
4e9c4de
..
dee17ac
100644
(file)
--- 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!]!
}