ProposalTallyQueuesConnection
A connection to a list of ProposalTallyQueue values.
type ProposalTallyQueuesConnection {
nodes: [ProposalTallyQueue!]!
edges: [ProposalTallyQueuesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ProposalTallyQueuesConnection.nodes ● [ProposalTallyQueue!]! non-null object
A list of ProposalTallyQueue objects.
ProposalTallyQueuesConnection.edges ● [ProposalTallyQueuesEdge!]! non-null object
A list of edges which contains the ProposalTallyQueue and cursor to aid in pagination.
ProposalTallyQueuesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ProposalTallyQueuesConnection.totalCount ● Int! non-null scalar
The count of *all* ProposalTallyQueue you could get from the connection.
Returned By
proposalTallyQueuesConnection query
Member Of
Proposal object