ProductConnection
The connection type for Product.
type ProductConnection {
edges: [ProductEdge]
nodes: [Product]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
ProductConnection.edges ● [ProductEdge] list object
A list of edges.
ProductConnection.nodes ● [Product] list object
A list of nodes.
ProductConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ProductConnection.totalCount ● Int! non-null scalar
Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001
ProductConnection.totalPageCount ● Int! non-null scalar
Total # of pages, based on total count and pagesize