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


