ProductBundleConnection
The connection type for ProductBundle.
type ProductBundleConnection {
edges: [ProductBundleEdge]
nodes: [ProductBundle]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
ProductBundleConnection.edges ● [ProductBundleEdge] list object
A list of edges.
ProductBundleConnection.nodes ● [ProductBundle] list object
A list of nodes.
ProductBundleConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ProductBundleConnection.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
ProductBundleConnection.totalPageCount ● Int! non-null scalar
Total # of pages, based on total count and pagesize