You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ho...@apache.org on 2022/04/18 02:06:29 UTC

[skywalking-cli] branch master updated: Add layer to events.graphql (#146)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4244b2f  Add layer to events.graphql (#146)
4244b2f is described below

commit 4244b2f698ec59a33ab644ecc59048719889caba
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Mon Apr 18 10:06:24 2022 +0800

    Add layer to events.graphql (#146)
---
 assets/graphqls/event/events.graphql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assets/graphqls/event/events.graphql b/assets/graphqls/event/events.graphql
index 12b48d6..e3ffc61 100644
--- a/assets/graphqls/event/events.graphql
+++ b/assets/graphqls/event/events.graphql
@@ -34,6 +34,7 @@ query ($condition: EventQueryCondition) {
             }
             startTime
             endTime
+            layer
         }
     }
 }