OBJECT

AutohostedByChannelConnection

A list of channels that are autohosting the channel

A relay connection type that does not yet support pagination.

link GraphQL Schema definition

1type AutohostedByChannelConnection {
2
3# The channels.
4nodes: [User!]
5
6}