warehouses
Permission required: warehouse:query:warehouses
warehouses(
after: String
before: String
filter: WarehouseComplexFilterInput
first: Int
last: Int
): WarehouseConnection
Arguments
warehouses.after ● String scalar
Returns the elements in the list that come after the specified cursor.
warehouses.before ● String scalar
Returns the elements in the list that come before the specified cursor.
warehouses.filter ● WarehouseComplexFilterInput input
warehouses.first ● Int scalar
Returns the first _n_ elements from the list.
warehouses.last ● Int scalar
Returns the last _n_ elements from the list.
Type
WarehouseConnection object
The connection type for Warehouse.