VelocityResult
No description
type VelocityResult {
channels: [ChannelVelocity!]!
overall: VelocityMedians!
sources: [SourceVelocity!]!
trend: [VelocityTrendPoint!]!
}
Fields
VelocityResult.channels ● [ChannelVelocity!]! non-null object
VelocityResult.overall ● VelocityMedians! non-null object
VelocityResult.sources ● [SourceVelocity!]! non-null object
VelocityResult.trend ● [VelocityTrendPoint!]! non-null object
Returned By
velocityByChannel query


