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


