OBJECT

DropChannelSetting

Contains all of the information about the channel seetings for a Drop.

link GraphQL Schema definition

1type DropChannelSetting {
2
3# UserAccountConnected is a boolean specifying if a streamer has a connected
4# account link to the game required for the game developers to send drop related
5# game data for this user.
6isUserAccountConnected: Boolean!
7
8}

link Required by

This element is not required by anyone