OBJECT

UnhostPayload

UnhostPayload is the response after attempting to unhost.

link GraphQL Schema definition

1type UnhostPayload {
2
3# The channel that just unhosted.
4channel: User
5
6}