未验证 提交 9b3c9543 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update topology.graphqls

Add getEndpointTopology
上级 200ea345
...@@ -59,4 +59,6 @@ extend type Query { ...@@ -59,4 +59,6 @@ extend type Query {
getGlobalTopology(duration: Duration!): Topology getGlobalTopology(duration: Duration!): Topology
# Query the topology, based on the given service # Query the topology, based on the given service
getServiceTopology(serviceId: ID!, duration: Duration!): Topology getServiceTopology(serviceId: ID!, duration: Duration!): Topology
# Query the topology, based on the given endpoint
getEndpointTopology(endpointId: ID!, duration: Duration!): Topology
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册