ProposalsEdge
A Proposal edge in the connection.
type ProposalsEdge {
cursor: Cursor
node: Proposal!
}
Fields
ProposalsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
ProposalsEdge.node ● Proposal! non-null object
The Proposal at the end of the edge.
Member Of
ProposalsConnection object