OBJECT

VoteInAdPollError

Vote in poll error.

link GraphQL Schema definition

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