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