CollectionCountableConnection
Represents a connection to a list of collections.
type CollectionCountableConnection {
pageInfo: PageInfo!
edges: [CollectionCountableEdge!]!
totalCount: Int
}
Fields
CollectionCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
CollectionCountableConnection.edges
● [CollectionCountableEdge!]!
non-null object products
CollectionCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
collections
query