From 200ea34500344dd8611ae3782329dc5eba55a825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 6 Sep 2018 22:53:36 +0800 Subject: [PATCH] Update topology.graphqls Require backend to return id of Call type. --- topology.graphqls | 1 + 1 file changed, 1 insertion(+) diff --git a/topology.graphqls b/topology.graphqls index 49c0d06..4549e79 100644 --- a/topology.graphqls +++ b/topology.graphqls @@ -44,6 +44,7 @@ type Call { # The protocol and tech stack used in this distributed call callType: String! cpm: Long! + id: ID! } enum NodeType { -- GitLab