Skip to main content
Version: mainnet (v0.71)

ProposalsConnection

Connection type for retrieving cursor-based paginated proposals information

type ProposalsConnection {
edges: [ProposalEdge]
pageInfo: PageInfo!
}

Fields

ProposalsConnection.edges ● [ProposalEdge] list object

List of proposals available for the connection

ProposalsConnection.pageInfo ● PageInfo! non-null object

Page information for the connection

Returned by

proposalsConnection query

Member of

Party object