You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yw...@apache.org on 2019/02/16 10:24:48 UTC

[incubator-skywalking-query-protocol] 29/33: Update trace.graphqls

This is an automated email from the ASF dual-hosted git repository.

ywang pushed a commit to branch new
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit 3a83be79a9c23aad6576ed2a4a04b82de6d7a829
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Sep 28 16:52:21 2018 +0800

    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