Skip to main content

VoteInput (Input)

Description

No description



Fields

NameDescription
pollId - String!The ID of the poll to vote on
selectionIds - [Int!]!The IDs of the selected options
voteToken - String!JWT vote token that authorizes this vote

input VoteInput {
pollId: String!
selectionIds: [Int!]!
voteToken: String!
}