OBJECT

VoteInAdPollPayload

Output from the vote on poll mutation.

link GraphQL Schema definition

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