OBJECT
PrimeVideoBenefit
Information about the Amazon user's Prime Video benefit.
link GraphQL Schema definition
1 type PrimeVideoBenefit { 2 3 # Error when the authentication token is expired. 4 : WatchPartyError 5 6 # True if the user has valid access. 7 : Boolean 8 9 }