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

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

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

pengys pushed a commit to branch peng-yongsheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit d74f61354ab43ed3ec3ee81b8be5182c6c2bec70
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Sun Sep 23 11:34:23 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