Schema Documentation

ShippingClassToProductConnection

Description

Connection between the ShippingClass type and the Product type

Fields
Field NameDescription
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}