OBJECT

ModConnection

Paginated list of moderators of a channel.

link GraphQL Schema definition

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