StockCountableConnection
No description
type StockCountableConnection {
pageInfo: PageInfo!
edges: [StockCountableEdge!]!
totalCount: Int
}
Fields
StockCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
StockCountableConnection.edges ● [StockCountableEdge!]! non-null object
StockCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned by
stocks query
Was this page helpful?