INPUT_OBJECT

PollVoteTokensInput

The tokens that are used on a vote.

link GraphQL Schema definition

1input PollVoteTokensInput {
4
2# The amount of bits used for this vote.
3bits: Int!
7
5# The amount of channel points used for this vote.
6channelPoints: Int!
8}