OBJECT

VoteInPollError

Vote in poll error.

link GraphQL Schema definition

1type VoteInPollError {
2
3# Code describing the error.
4code: VoteInPollErrorCode!
5
6}