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