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