Appearance
Edge type for Product connections
graphql
type ProductEdge {
node: Product!
cursor: String!
}Fields
ProductEdge.node ● Product! non-null object
ProductEdge.cursor ● String! non-null scalar
Member Of
ProductConnection object