OBJECT

ChannelBannedUserEdge

Element in a list of users banned from a channel.

link GraphQL Schema definition

1type ChannelBannedUserEdge {
2
3# Opaque cursor describing this edge's position in the paginated list.
4cursor: Cursor!
5
6# A ban record for a user banned from a channel.
7node: ChannelBannedUser
8
9}