ShipmentMethodConnection
A connection to a list of ShipmentMethod
values.
type ShipmentMethodConnection {
hasNextPage: Boolean!
nodes: [ShipmentMethod!]!
totalCount: Int!
}
Fields
ShipmentMethodConnection.hasNextPage
● Boolean!
non-null scalar
Whether this connection has a next page
ShipmentMethodConnection.nodes
● [ShipmentMethod!]!
non-null object
The resulting items.
ShipmentMethodConnection.totalCount
● Int!
non-null scalar
The total amount of items in this connection
Returned By
shipmentMethods
query