OBJECT
VoteInPollError
Vote in poll error.
link GraphQL Schema definition
1 type VoteInPollError { 2 3 # Code describing the error. 4 : VoteInPollErrorCode! 5 6 }
OBJECT
Vote in poll error.
1 type VoteInPollError { 2 3 # Code describing the error. 4 : VoteInPollErrorCode! 5 6 }