PledgeConnection
A connection to a list of items.
type PledgeConnection {
edges: [PledgeEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PledgeConnection.edges ● [PledgeEdge] list object
A list of edges.
PledgeConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PledgeConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
pledges query