OBJECT

VoteInPollByChoiceIndexPayload

Output from the vote on poll by choice index mutation.

link GraphQL Schema definition

1type VoteInPollByChoiceIndexPayload {
2
3# If present, there was an error with the request.
4error: VoteInPollError
5
6# The voter objet returned by the vote operation.
7voter: PollVoter
8
9}