ShipmentSearchInput
No description
input ShipmentSearchInput {
page: Int!
offset: Int!
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
sortInputs: [ShipmentSortInput!]
expectedDeliveryAt: DateSearchInput
ids: [String!]
orderIds: [Int!]
statuses: [ShipmentStatus!]
}
Fields
ShipmentSearchInput.page
● Int!
non-null scalar
Pagination page number
ShipmentSearchInput.offset
● Int!
non-null scalar
Pagination offset number
ShipmentSearchInput.createdAt
● DateSearchInput
input
Search by date created
ShipmentSearchInput.lastModifiedAt
● DateSearchInput
input
Search by date changed
ShipmentSearchInput.sortInputs
● [ShipmentSortInput!]
list input
Inputs to sort by
ShipmentSearchInput.expectedDeliveryAt
● DateSearchInput
input
Search by expected delivery at date
ShipmentSearchInput.ids
● [String!]
list scalar
Search by ids
ShipmentSearchInput.orderIds
● [Int!]
list scalar
Search by order ids
ShipmentSearchInput.statuses
● [ShipmentStatus!]
list enum
List of statuses to search in
Member Of
shipments
query