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


