OBJECT

PollSettingsMultichoice

Multichoice voting enabled poll setting.

link GraphQL Schema definition

1type PollSettingsMultichoice {
2
3# Whether the poll has multichoice voting enabled.
4isEnabled: Boolean!
5
6}