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:39 UTC

[incubator-skywalking-query-protocol] 20/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 cb4119387be6fd5139053e9a559b39e93b03c9ba
Author: 彭勇升 pengys <pe...@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