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