ProductConnection
A connection to a list of items.
type ProductConnection {
edges: [ProductEdge!]
nodes: [Product!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ProductConnection.edges ● [ProductEdge!] list object
A list of edges.
ProductConnection.nodes ● [Product!] list object
A flattened list of the nodes
ProductConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ProductConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
products query