newContactsByChannel
No description
newContactsByChannel(
start_date: String!
end_date: String!
attribution_model: AttributionModel!
sales_milestone: SalesMilestone!
marketing_channels: [MarketingChannel]!
order_by: [QueryContactsOrderByClause!]
first: Int!
page: Int = 1
where: QueryContactsWhereWhereConditions
): ContactsResponse!