OBJECT

StopWatchPartyPayload

Returns LWA authentication errors.

link GraphQL Schema definition

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