From 3a83be79a9c23aad6576ed2a4a04b82de6d7a829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 28 Sep 2018 16:52:21 +0800 Subject: [PATCH] Update trace.graphqls --- trace.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace.graphqls b/trace.graphqls index 8f359c7..8f24d5a 100644 --- a/trace.graphqls +++ b/trace.graphqls @@ -33,7 +33,7 @@ type BasicTrace { # Represent the conditions used for query TraceBrief input TraceQueryCondition { # The value of 0 means all services. - serviceId: Int + serviceId: ID traceId: String endpointId: ID endpointName: String -- GitLab