wu-sheng commented on code in PR #111:
URL: 
https://github.com/apache/skywalking-query-protocol/pull/111#discussion_r1130631040


##########
profile.graphqls:
##########
@@ -156,6 +163,10 @@ extend type Query {
     getProfileTaskSegmentList(taskID: String): [BasicTrace!]!
     # query profiled segment
     getProfiledSegment(segmentId: String): ProfiledSegment
+    # query combined segments by ref
+    getProfiledSegments(segmentIds: [String!]!): [ProfiledSegments!]!

Review Comment:
   And why do we need `ProfiledSegments` Array and this new object rather than 
only `ProfiledSegment` array only?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to