OBJECT
StopWatchPartyPayload
Returns LWA authentication errors.
link GraphQL Schema definition
1 type StopWatchPartyPayload { 2 3 # Error if the user's token expired. 4 : WatchPartyError 5 6 # The watch party that was stopped. 7 : WatchParty 8 9 }