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