LeadDetailRow
No description
type LeadDetailRow {
contact_id: Int!
contact_name: String!
account_id: Int
account_name: String
channel: MarketingChannel!
channel_label: String!
source: String!
status: String!
created_date: String!
}
Fields
LeadDetailRow.contact_id ● Int! non-null scalar
LeadDetailRow.contact_name ● String! non-null scalar
LeadDetailRow.account_id ● Int scalar
LeadDetailRow.account_name ● String scalar
LeadDetailRow.channel ● MarketingChannel! non-null enum
LeadDetailRow.channel_label ● String! non-null scalar
LeadDetailRow.source ● String! non-null scalar
LeadDetailRow.status ● String! non-null scalar
LeadDetailRow.created_date ● String! non-null scalar
Returned By
leadDetail query
Member Of
LeadDetailRowsResponse object


