Query
Variables
Response
Queries
telemetryTimeline
Returns a telemetry timeline page.
QUERY
telemetryTimeline(input: TelemetryTimelineInput!): TelemetryTimelinePage!Arguments
input
required
Values for the requested operation.
Returns
items
[TelemetryEntry!]!
Items associated with this telemetry timeline page.
nextCursor
String
The next cursor associated with this telemetry timeline page. May be null when unavailable or not applicable.
matchingCount
Int!
Number of matchings.
totalCount
Int!
Number of totals.
Query
Variables
Response