after
String
before
filter
ShipmentFilter
ShipmentsFilter
first
Int
last
ShipmentConnection
type Query { shipments(after: String, before: String, filter: ShipmentFilter, first: Int, last: Int): ShipmentConnection }
Query.
shipments
No description
Arguments
after
String
before
String
filter
ShipmentFilter
ShipmentsFilter
type to filter by different criteria of a Shipmentfirst
Int
last
Int
Returns:
ShipmentConnection
type Query { shipments(after: String, before: String, filter: ShipmentFilter, first: Int, last: Int): ShipmentConnection }