VideoStats
No description
type VideoStats {
total_views: Int!
total_views_by_name: [CountByName]
}
Fields
VideoStats.total_views
● Int!
non-null scalar
VideoStats.total_views_by_name
● [CountByName]
list object
Member Of
MarketingContributionData
object