OBJECT
VoteInPollByChoiceIndexPayload
Output from the vote on poll by choice index mutation.
link GraphQL Schema definition
1 type VoteInPollByChoiceIndexPayload { 2 3 # If present, there was an error with the request. 4 : VoteInPollError 5 6 # The voter objet returned by the vote operation. 7 : PollVoter 8 9 }