ProductConnection
The connection type for Product.
type ProductConnection {
edges: [ProductEdge]
nodes: [Product]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ProductConnection.edges ● [ProductEdge] list object common
A list of edges.
ProductConnection.nodes ● [Product] list object products
A list of nodes.
ProductConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
ProductConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
products query