warehouses
List warehouses with optional filtering and sorting
warehouses(
filter: WarehouseFilterInput
sortBy: WarehouseSortingInput
before: String
after: String
first: Int
last: Int
): WarehouseCountableConnection!
Arguments
warehouses.filter ● WarehouseFilterInput input
warehouses.sortBy ● WarehouseSortingInput input
warehouses.before ● String scalar
Returns the items in the list that come before the specified cursor.
warehouses.after ● String scalar
Returns the items in the list that come after the specified cursor.
warehouses.first ● Int scalar
Returns the first n items from the list.
warehouses.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
WarehouseCountableConnection object
A connection to a list of items.