OBJECT

EditableChannelConnection

Paginated list of channels a user is an editor for.

link GraphQL Schema definition

1type EditableChannelConnection {
2
3# The elements of the list.
4edges: [EditableChannelEdge!]!
5
6# Information about this page.
7pageInfo: PageInfo!
8
9}