WarehouseConnection
The connection type for Warehouse.
type WarehouseConnection {
edges: [WarehouseEdge]
nodes: [Warehouse]
pageInfo: PageInfo!
totalCount: 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 count of items in the connection, without considering pagination.
Returned By
warehouses
query