INPUT_OBJECT

VoteInAdPollInput

Inputs for voting on an ad poll.

link GraphQL Schema definition

1input VoteInAdPollInput {
4
2# The id of the choice the vote is casted on in the poll.
3choiceID: ID!
7
5# The id of the poll that is being voted in.
6pollID: ID!
10
8# The voter id of the voter.
9userID: ID!
13
11# The unique id for this vote action.
12voteID: ID!
14}