StockCountableEdge
No description
type StockCountableEdge {
node: Stock!
cursor: String!
}
Fields
StockCountableEdge.node ● Stock! non-null object
The item at the end of the edge.
StockCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
StockCountableConnection object
Was this page helpful?