WarehouseCountableConnection
A connection to a list of items.
type WarehouseCountableConnection {
pageInfo: PageInfo!
edges: [WarehouseCountableEdge!]!
totalCount: Int!
}
Fields
WarehouseCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
WarehouseCountableConnection.edges ● [WarehouseCountableEdge!]! non-null object
Contains the nodes in this connection
WarehouseCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
warehouses query
Member Of
Seller object