OBJECT
WatchPartyDecoration
Decoration information for a Watch Party.
link GraphQL Schema definition
1 type WatchPartyDecoration { 2 3 # Fully decorated item for a watch party. 4 : WatchPartyItem! 5 6 # Authenticated: filled in only if the user is authorized to watch the content. 7 : WatchPartyPlayer 8 9 }