Skip to main content

WarehouseConnection

The connection type for Warehouse.

type WarehouseConnection {
edges: [WarehouseEdge]
nodes: [Warehouse]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

WarehouseConnection.edges ● [WarehouseEdge] list object

A list of edges.

WarehouseConnection.nodes ● [Warehouse] list object

A list of nodes.

WarehouseConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

WarehouseConnection.totalCount ● Int! non-null scalar

Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001

WarehouseConnection.totalPageCount ● Int! non-null scalar

Total # of pages, based on total count and pagesize

Returned By

warehouses query