OBJECT

WatchPartyDecoration

Decoration information for a Watch Party.

link GraphQL Schema definition

1type WatchPartyDecoration {
2
3# Fully decorated item for a watch party.
4item: WatchPartyItem!
5
6# Authenticated: filled in only if the user is authorized to watch the content.
7player: WatchPartyPlayer
8
9}