From 9853f447939ac2805f527d50f047759dc3636990 Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Fri, 21 Sep 2018 22:12:40 +0800 Subject: [PATCH] Add detectPoint to call entity. --- common.graphqls | 8 +++++++- topology.graphqls | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/common.graphqls b/common.graphqls index 258e2b4..52c6d47 100644 --- a/common.graphqls +++ b/common.graphqls @@ -90,4 +90,10 @@ enum Scope { SERVICE_RELATION SERVICE_INSTANCE_RELATION ENDPOINT_RELATION -} \ No newline at end of file +} + +enum CallDetectPoint { + CLIENT + SERVER + PROXY +} diff --git a/topology.graphqls b/topology.graphqls index 4ecb3a9..af7e070 100644 --- a/topology.graphqls +++ b/topology.graphqls @@ -44,6 +44,7 @@ type Call { # The protocol and tech stack used in this distributed call callType: String! id: ID! + detectPoint: DetectPoint! } enum NodeType { -- GitLab