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

wankai pushed a commit to branch topo-node-layer
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git

commit 582718295d01bb716987c6b2ed454d4e30a9f043
Author: wankai123 <wankai...@foxmail.com>
AuthorDate: Tue Jan 30 10:33:51 2024 +0800

    Add layers field for topology Node.
---
 topology.graphqls | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/topology.graphqls b/topology.graphqls
index 8328529..4c74bfe 100644
--- a/topology.graphqls
+++ b/topology.graphqls
@@ -49,6 +49,8 @@ type Node {
     type: String
     # It is a conjecture node or real node, to represent a service or endpoint.
     isReal: Boolean!
+    # The layers of the service.
+    layers: [String!]!
 }
 
 # Node in ServiceInstanceTopology

Reply via email to