OBJECT

AutohostChannelConnection

A list of configured autohost channels

A relay connection type that does not yet support pagination.

link GraphQL Schema definition

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