TypesInputsVoteInput (Input)On this pageVoteInput (Input)DescriptionNo descriptionFieldsNameDescriptionpollId - String!The ID of the poll to vote onselectionIds - [Int!]!The IDs of the selected optionsvoteToken - String!JWT vote token that authorizes this voteinput VoteInput { pollId: String! selectionIds: [Int!]! voteToken: String!}