ContentCountableConnection
A connection to a list of items.
type ContentCountableConnection {
pageInfo: PageInfo!
edges: [ContentCountableEdge!]!
totalCount: Int!
}
Fields
ContentCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
ContentCountableConnection.edges ● [ContentCountableEdge!]! non-null object
Contains the nodes in this connection
ContentCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
contentList query