From 9b3c9543efe4f7a3c96b903bb2f51e6acb510b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 12 Sep 2018 11:05:43 +0800 Subject: [PATCH] Update topology.graphqls Add getEndpointTopology --- topology.graphqls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topology.graphqls b/topology.graphqls index 4549e79..5924587 100644 --- a/topology.graphqls +++ b/topology.graphqls @@ -59,4 +59,6 @@ extend type Query { getGlobalTopology(duration: Duration!): Topology # Query the topology, based on the given service getServiceTopology(serviceId: ID!, duration: Duration!): Topology + # Query the topology, based on the given endpoint + getEndpointTopology(endpointId: ID!, duration: Duration!): Topology } -- GitLab