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