SourceVelocity
No description
type SourceVelocity {
channel: MarketingChannel!
channel_label: String!
full_cycle: Float
source: String!
source_id: ID
won: Int!
}
Fields
SourceVelocity.channel ● MarketingChannel! non-null enum
SourceVelocity.channel_label ● String! non-null scalar
SourceVelocity.full_cycle ● Float scalar
SourceVelocity.source ● String! non-null scalar
SourceVelocity.source_id ● ID scalar
SourceVelocity.won ● Int! non-null scalar
Member Of
VelocityResult object


