clk1st commented on a change in pull request #25: fix schema TraceBrief 
definition bug
URL: https://github.com/apache/skywalking-cli/pull/25#discussion_r357682953
 
 

 ##########
 File path: graphql/schema/schema.go
 ##########
 @@ -247,8 +247,8 @@ type Trace struct {
 }
 
 type TraceBrief struct {
-       Traces []*BasicTrace `json:"traces"`
-       Total  int           `json:"total"`
+       Data  []*BasicTrace `json:"data"`
 
 Review comment:
   ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to