From cb4119387be6fd5139053e9a559b39e93b03c9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=8B=87=E5=8D=87=20pengys?= Date: Sun, 23 Sep 2018 11:34:54 +0800 Subject: [PATCH] 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 -- GitLab