OBJECT

ChannelBannedUserConnection

Paginated list of users banned from a channel.

link GraphQL Schema definition

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