OBJECT

AddAutohostChannelsPayload

AddAutohostChannelsPayload returns the user whose autohostChannels field had been updated.

link GraphQL Schema definition

1type AddAutohostChannelsPayload {
2
3# User whose autohostChannels field had been updated.
4user: User
5
6}