Skip to main content

WarehouseConnection

The connection type for Warehouse.

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

Fields

WarehouseConnection.edges ● [WarehouseEdge] list object common

A list of edges.

WarehouseConnection.nodes ● [Warehouse] list object warehouses

A list of nodes.

WarehouseConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

WarehouseConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

warehouses query