Schema Documentation
ProductToUpsellConnection
Description
Connection between the Product type and the Product type
Fields
Field Name | Description |
---|---|
edges - [ProductToUpsellConnectionEdge!]! | Edges for the ProductToUpsellConnection connection |
nodes - [Product!]! | The nodes of the connection, without the edges |
pageInfo - ProductToUpsellConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[ProductToUpsellConnectionEdge],"nodes":[Product],"pageInfo":ProductToUpsellConnectionPageInfo}