OBJECT
StartWatchPartyPayload
Returns the new Watch Party and all decoration/details.
link GraphQL Schema definition
1 type StartWatchPartyPayload { 2 3 # Error if the user's token expired. 4 : WatchPartyError 5 6 # The watch party that was started. 7 : WatchParty 8 9 }