OBJECT
WatchPartyResult
Wrapper to allow passing back errors.
link GraphQL Schema definition
1 type WatchPartyResult { 2 3 # Used for user authentication errors. 4 : WatchPartyError 5 6 # Can be null if the channel is offline or for authentication errors. 7 : WatchParty 8 9 }