OBJECT

BroadcasterViewerReach

An indicator of the viewer reach for a pool of a broadcasters.

link GraphQL Schema definition

1type BroadcasterViewerReach {
2
3# Range of the number of broadcasters in the pool.
4broadcasterPool: Range!
5
6# Range of minutes watched for this bounty campaign.
7minutesWatched: Range!
8
9# Range of total viewers across the broadcaster pool.
10viewerPool: Range!
11
12}