OBJECT

WatchPartyResult

Wrapper to allow passing back errors.

link GraphQL Schema definition

1type WatchPartyResult {
2
3# Used for user authentication errors.
4error: WatchPartyError
5
6# Can be null if the channel is offline or for authentication errors.
7session: WatchParty
8
9}