WarehouseCountableConnection
No description
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
WarehouseCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned by
warehouses query
Was this page helpful?