Skip to main content

ProposalTallyQueue

A queued proposal awaiting tally finalization after the voting window closes.

type ProposalTallyQueue implements Node {
nodeId: ID!
proposalId: UUID!
queuedAt: Datetime!
proposal: Proposal
}

Fields

ProposalTallyQueue.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

ProposalTallyQueue.proposalId ● UUID! non-null scalar

ProposalTallyQueue.queuedAt ● Datetime! non-null scalar

ProposalTallyQueue.proposal ● Proposal object

Reads a single Proposal that is related to this ProposalTallyQueue.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

proposalTallyQueue query ● proposalTallyQueueByNodeId query ● proposalTallyQueues query

Member Of

Proposal object ● ProposalTallyQueuesConnection object ● ProposalTallyQueuesEdge object