OBJECT

RemoveAutohostChannelsPayload

RemoveAutohostChannelsPayload returns the user whose autohostChannels field had been updated.

link GraphQL Schema definition

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