You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/24 06:40:26 UTC

[skywalking-query-protocol] branch master updated: Update topology.graphqls

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 1018b79  Update topology.graphqls
1018b79 is described below

commit 1018b795021e0d96e6c131c8695fb9ddc9d66916
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Feb 24 14:40:20 2020 +0800

    Update topology.graphqls
---
 topology.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/topology.graphqls b/topology.graphqls
index e696cfe..012330b 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -88,7 +88,7 @@ extend type Query {
     getServiceTopology(serviceId: ID!, duration: Duration!): Topology
     # Query the topology, based on the given services.
     # `#getServiceTopology` could be replaced by this.
-    getServiceTopologys(serviceIds: [ID!]!, duration: Duration!): Topology
+    getServicesTopology(serviceIds: [ID!]!, duration: Duration!): Topology
     # Query the instance topology, based on the given clientServiceId and serverServiceId
     getServiceInstanceTopology(clientServiceId: ID!, serverServiceId: ID!, duration: Duration!): ServiceInstanceTopology
     # Query the topology, based on the given endpoint