OBJECT

PollSettingsSubscriberOnly

Subscriber only poll settings. Deprecated: subscriber-only polls are no longer supported.

link GraphQL Schema definition

1type PollSettingsSubscriberOnly {
2
3# Whether the poll is subscriber only.
4isEnabled: Boolean!
5
6}