You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/02/02 04:15:24 UTC

[skywalking-query-protocol] 01/01: Make query parameter name consistent

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

kezhenxu94 pushed a commit to branch event
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git

commit 0062ed6fa30f2ee3d3fb4222cc2d17288dd278d5
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Feb 2 12:15:08 2021 +0800

    Make query parameter name consistent
---
 event.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/event.graphqls b/event.graphqls
index 3f6def7..83accf9 100644
--- a/event.graphqls
+++ b/event.graphqls
@@ -56,7 +56,7 @@ input EventQueryCondition {
     source: SourceInput
     name: String
     type: EventType
-    time: Duration
+    duration: Duration
     order: Order
     size: Int
 }