Skip to main content

StockCountableConnection Object

No description

type StockCountableConnection {
pageInfo: PageInfo!
edges: [StockCountableEdge!]!
totalCount: Int
}

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [StockCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

stocks query

Member Of

Warehouse object