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