未验证 提交 f22e7e51 编写于 作者: G Gao Hongtao 提交者: GitHub

Update aggregation.graphqls

Add argument duration
上级 ebbeb721
......@@ -41,5 +41,5 @@ type TopNEntity {
# All aggregation queries require backend or/and storage do aggregation in query time.
extend type Query {
# TopN is an aggregation query.
getTopN(condition: TopNCondition!): [TopNEntity!]!
}
\ No newline at end of file
getTopN(condition: TopNCondition!, duration: Duration!): [TopNEntity!]!
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册