You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yw...@apache.org on 2019/02/16 10:24:45 UTC

[incubator-skywalking-query-protocol] 26/33: Update common.graphqls

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

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

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 {