OBJECT

SetAutohostChannelsPayload

SetAutohostChannelsPayload returns the user whose autohostChannels field had been updated.

link GraphQL Schema definition

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