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


