Schema Documentation

ProductConnection

Description

Connection to Product Nodes

Fields
Field NameDescription
edges - [ProductConnectionEdge!]! A list of edges (relational context) between ProductType and connected Product Nodes
nodes - [Product!]! A list of connected Product Nodes
pageInfo - ProductConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[ProductConnectionEdge],"nodes":[Product],"pageInfo":ProductConnectionPageInfo}