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