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