CardConnection
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)
type CardConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [CardEdge!]!
}
Fields
CardConnection.totalCount ● Int! non-null scalar
Total number of element in the list
CardConnection.pageInfo ● PageInfo! non-null object
Information about the current, the previous and the next page
CardConnection.edges ● [CardEdge!]! non-null object
CardEdge list
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Returned By
cards query
Member Of
AccountMembership object