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

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


The following commit(s) were added to refs/heads/master by this push:
     new b827d0d  Replace size with pagination (#59)
b827d0d is described below

commit b827d0d7d95396b9ae87a10eef80a67af843cf3f
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Jul 9 13:17:29 2021 +0800

    Replace size with pagination (#59)
---
 event.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/event.graphqls b/event.graphqls
index 5db400b..5526d83 100644
--- a/event.graphqls
+++ b/event.graphqls
@@ -60,7 +60,7 @@ input EventQueryCondition {
     type: EventType
     time: Duration
     order: Order
-    size: Int
+    paging: Pagination!
 }
 
 extend type Query {

Reply via email to