shipmentMethods
Get all shipmentMethods
shipmentMethods(
filter: ShipmentMethodFilterInput
first: Int
orderBy: ShipmentMethodOrderInput
skip: Int
): ShipmentMethodConnection!
Arguments
shipmentMethods.filter
● ShipmentMethodFilterInput
input
Filtering
shipmentMethods.first
● Int
scalar
Number of items to return
shipmentMethods.orderBy
● ShipmentMethodOrderInput
input
Ordering
shipmentMethods.skip
● Int
scalar
Number of items to skip
Type
ShipmentMethodConnection
object
A connection to a list of
ShipmentMethod
values.