OBJECT

ProductEdge

link GraphQL Schema definition

1type ProductEdge {
2cursor: String!
3
4# Required permission: Product:read
5node: Product!
6
7}