You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/03/01 09:58:50 UTC

[GitHub] peng-yongsheng opened a new pull request #856: Change the traceId type to be collection in trace graphql protocol.

peng-yongsheng opened a new pull request #856: Change the traceId type to be collection in trace graphql protocol.
URL: https://github.com/apache/incubator-skywalking/pull/856
 
 
   trace.graphqls
   
   ```
   type BasicTrace {
   -   traceId: String
   +   traceIds: [String!]!
   }
   ```
   

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


With regards,
Apache Git Services