ProposalEdge
Edge type containing the proposals and cursor information returned by a ProposalsConnection
type ProposalEdge {
node: Proposal!
cursor: String!
}
Fields
ProposalEdge.node
● Proposal!
non-null object
The proposal data
ProposalEdge.cursor
● String!
non-null scalar
Cursor identifying the proposal
Member of
ProposalsConnection
object