You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/09/25 09:53:34 UTC

[incubator-skywalking-query-protocol] branch master updated: Update common.graphqls

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d71d3f1  Update common.graphqls
d71d3f1 is described below

commit d71d3f183a1e498aafad8c59c8d3373408140ac9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Sep 25 17:53:30 2018 +0800

    Update common.graphqls
---
 common.graphqls | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/common.graphqls b/common.graphqls
index c9cff00..000cbb7 100644
--- a/common.graphqls
+++ b/common.graphqls
@@ -84,12 +84,12 @@ enum Language {
 }
 
 enum Scope {
-    SERVICE
-    SERVICE_INSTANCE
-    ENDPOINT
-    SERVICE_RELATION
-    SERVICE_INSTANCE_RELATION
-    ENDPOINT_RELATION
+    Service
+    ServiceInstance
+    Endpoint
+    ServiceRelation
+    ServiceInstanceRelation
+    EndpointRelation
 }
 
 enum DetectPoint {