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