WarehouseCountableConnection
No description
type WarehouseCountableConnection {
pageInfo: PageInfo!
edges: [WarehouseCountableEdge!]!
totalCount: Int
}
Fields
WarehouseCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
WarehouseCountableConnection.edges
● [WarehouseCountableEdge!]!
non-null object products
WarehouseCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
warehouses
query