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.sh...@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 {

Reply via email to