OBJECT
ShippingRateConnection
The connection type for ShippingRate.
link GraphQL Schema definition
- type ShippingRateConnection {
- # A list of edges.
- ShippingRateEdge] : [
- # A list of nodes.
- ShippingRate] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }