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 cb4119387be6fd5139053e9a559b39e93b03c9ba
Author: 彭勇升 pengys <pen...@apache.org>
AuthorDate: Sun Sep 23 11:34:54 2018 +0800

    Update common.graphqls
    
    Type name mistake when rename the parameter in call type.
---
 common.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.graphqls b/common.graphqls
index 52c6d47..c9cff00 100644
--- a/common.graphqls
+++ b/common.graphqls
@@ -92,7 +92,7 @@ enum Scope {
     ENDPOINT_RELATION
 }
 
-enum CallDetectPoint {
+enum DetectPoint {
     CLIENT
     SERVER
     PROXY

Reply via email to