shipments
No description
shipments(
filters: ShipmentFilterInput
sortBy: ShipmentSortInput
first: Int!
page: Int
): ShipmentPaginator!
Arguments
shipments.filters ● ShipmentFilterInput input
shipments.sortBy ● ShipmentSortInput input
shipments.first ● Int! non-null scalar
Limits number of fetched items.
shipments.page ● Int scalar
The offset from which items are returned.
Type
ShipmentPaginator object
A paginated list of Shipment items.