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