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