Skip to main content

warehouses

List of warehouses.

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

Return the elements in the list that come before the specified cursor.

warehouses.after ● String scalar

Return the elements in the list that come after the specified cursor.

warehouses.first ● Int scalar

Return the first n elements from the list.

warehouses.last ● Int scalar

Return the last n elements from the list.

Type

WarehouseCountableConnection object

Was this page helpful?