ProductConnection
The connection type for Product.
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 list of nodes.
ProductConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
ProductConnection.totalCount
● Int!
non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
products
query