OpenOpportunityAttribution
No description
type OpenOpportunityAttribution {
id: ID!
name: String!
account_id: Int
account_name: String
channel: MarketingChannel!
channel_label: String!
stage_id: Int
stage_label: String!
amount: Float!
probability: Float!
weighted_amount: Float!
age_days: Int!
close_date: String
}


