MarketingTouch
No description
type MarketingTouch {
id: ID!
type: MarketingTouchType!
type_label: String!
channel: MarketingChannel!
channel_label: String!
source: MarketingTouchSource
contact: Contact!
is_paid: Boolean!
created_at: DateTime!
}