ProductEdge
One product together with the cursor that marks its position in the connection.
type ProductEdge {
node: Product!
cursor: String!
}
Fields
ProductEdge.node ● Product! non-null object
The item at the end of the edge.
ProductEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
ProductConnection object