OBJECT

SponsoredCheermoteChannelSettingsEdge

The sponsored cheermote channel settings edge which contains our cursor and node.

link GraphQL Schema definition

1type SponsoredCheermoteChannelSettingsEdge {
2
3# The cursor of the edge, which is also the key pool ID.
4cursor: Cursor!
5
6# The node of the edge, which contains all information about the key pool.
7node: SponsoredCheermoteChannelSettingsNode
8
9}