Skip to main content

PledgeScheduleConnection

A connection to a list of items.

type PledgeScheduleConnection {
edges: [PledgeScheduleEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

PledgeScheduleConnection.edges ● [PledgeScheduleEdge] list object

A list of edges.

PledgeScheduleConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PledgeScheduleConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.