diff --git a/topology.graphqls b/topology.graphqls index 4549e7946af729f0a5c653c5c1b6e072fe80fdfe..592458753f0af93ebf9516476b5ab28c61fcc33e 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 }