未验证 提交 6fc96650 编写于 作者: 彭勇升 pengys 提交者: GitHub

Merge pull request #12 from apache/new-topology

New topology query protocol
......@@ -40,11 +40,14 @@ type Node {
# from the `source` to the `target`.
type Call {
source: ID!
# The protocol and tech stack used at source side in this distributed call
sourceComponents: [ID!]!
target: ID!
# The protocol and tech stack used in this distributed call
callType: String!
# The protocol and tech stack used at target side in this distributed call
targetComponents: [ID!]!
id: ID!
detectPoint: DetectPoint!
# The detect Points of this distributed call.
detectPoints: [DetectPoint!]!
}
enum NodeType {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册