MatrixCell
No description
type MatrixCell {
channel: MarketingChannel!
channel_label: String!
source_id: ID
source: String!
value: Float!
}
Fields
MatrixCell.channel ● MarketingChannel! non-null enum
MatrixCell.channel_label ● String! non-null scalar
MatrixCell.source_id ● ID scalar
MatrixCell.source ● String! non-null scalar
MatrixCell.value ● Float! non-null scalar
Returned By
channelSourceMatrix query


