OBJECT

StartWatchPartyPayload

Returns the new Watch Party and all decoration/details.

link GraphQL Schema definition

1type StartWatchPartyPayload {
2
3# Error if the user's token expired.
4error: WatchPartyError
5
6# The watch party that was started.
7watchParty: WatchParty
8
9}