OBJECT
VideoPlayReferrals
Endpoints for different video referral sources, based on channel and time range.
link GraphQL Schema definition
1 type VideoPlayReferrals { 2 3 # The referral groups and respective counts. 4 : [AggregatedReferrals!] 5 6 # Sum of all referrals for a given date range. 7 : Int! 8 9 }