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