INPUT_OBJECT
VoteInPollInput
Inputs for voting on a poll.
link GraphQL Schema definition
1 input VoteInPollInput { 4 2 # The id of the choice the vote is casted on in the poll. 3 : ID! 7 5 # The id of the poll that is being voted in. 6 : ID! 10 8 # The tokens used for this vote. 9 : PollVoteTokensInput 13 11 # The user id of the voter. 12 : ID! 16 14 # The unique id for this vote action. 15 : ID! 17 }