ContentCountableConnection
No description
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
ContentCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned By
contentList query