OpportunityDetailRow
No description
type OpportunityDetailRow {
account_id: Int
account_name: String
amount: Float!
channel: MarketingChannel!
channel_label: String!
close_date: String
created_date: String!
name: String!
opportunity_id: Int!
source: String!
stage_label: String
status: String!
}


