From eb643d27813dc53adf550b31d35059a687ed337a Mon Sep 17 00:00:00 2001 From: Gao Hongtao Date: Thu, 13 Sep 2018 15:37:32 +0800 Subject: [PATCH] Update trace.graphqls Fix typo --- trace.graphqls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trace.graphqls b/trace.graphqls index 88b7b03..acdb950 100644 --- a/trace.graphqls +++ b/trace.graphqls @@ -32,8 +32,8 @@ type BasicTrace { # Represent the conditions used for query TraceBrief input TraceQueryCondition { - # The value of 0 means all service. - serviceId: Int + # The value of 0 means all endpoints. + endpointId: Int traceId: String operationName: String # The time range of traces started -- GitLab