proposalTallyQueues
Reads a set of ProposalTallyQueue.
proposalTallyQueues(
first: Int
offset: Int
orderBy: [ProposalTallyQueuesOrderBy!]
condition: ProposalTallyQueueCondition
filter: ProposalTallyQueueFilter
): [ProposalTallyQueue!]
Arguments
proposalTallyQueues.first ● Int scalar
Only read the first n values of the set.
proposalTallyQueues.offset ● Int scalar
Skip the first n values.
proposalTallyQueues.orderBy ● [ProposalTallyQueuesOrderBy!] list enum
The method to use when ordering ProposalTallyQueue.
proposalTallyQueues.condition ● ProposalTallyQueueCondition input
A condition to be used in determining which values should be returned by the collection.
proposalTallyQueues.filter ● ProposalTallyQueueFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ProposalTallyQueue object
A queued proposal awaiting tally finalization after the voting window closes.