CollectionCountableConnection
No description
type CollectionCountableConnection {
pageInfo: PageInfo!
edges: [CollectionCountableEdge!]!
totalCount: Int
}
Fields
CollectionCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
CollectionCountableConnection.edges ● [CollectionCountableEdge!]! non-null object
CollectionCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned by
collections query
Member of
Was this page helpful?