Skip to main content

WarehousesResponse

No description

type WarehousesResponse {
items: [Warehouse!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

WarehousesResponse.items ● [Warehouse!]! non-null object

List of items of type Warehouse

WarehousesResponse.itemsFound ● Int! non-null scalar

Total number of items found

WarehousesResponse.offset ● Int! non-null scalar

The amount of items to show per page

WarehousesResponse.page ● Int! non-null scalar

The current page

WarehousesResponse.pages ● Int! non-null scalar

Total amount of pages

WarehousesResponse.start ● Int! non-null scalar

Start position of the current page

WarehousesResponse.end ● Int! non-null scalar

End position of the current page

Returned By

warehouses query