diff --git a/topology.graphqls b/topology.graphqls index af7e0708572429622c9b383f88b0b8be5c46eeae..08b3333b574b9edac61ec757802d8dae4eb6bf3b 100644 --- a/topology.graphqls +++ b/topology.graphqls @@ -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 {