OBJECT

VIPConnection

Paginated list of VIP users of a channel.

link GraphQL Schema definition

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