OBJECT

WatchPartyItemSelfEdge

Used for upselling Prime, populated from authentication or geotoken.

link GraphQL Schema definition

1type WatchPartyItemSelfEdge {
2
3# Info about whether or not the user can view this piece of content.
4eligibility: WatchPartyItemEligibility!
5
6# True if the content is PV gated and we will upsell.
7willShowPrimeUpsell: Boolean!
8
9}