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