OBJECT

PollSettingsCommunityPointsVotes

Channel Points votes poll settings.

link GraphQL Schema definition

1type PollSettingsCommunityPointsVotes {
2
3# Cost of channel points for a vote.
4cost: Int!
5
6# Whether the poll allows for users to use channel points for votes.
7isEnabled: Boolean!
8
9}