OBJECT

ProductConnection

link GraphQL Schema definition

1type ProductConnection {
2totalCount: Int!
3
4edges: [ProductEdge!]!
5
6pageInfo: PageInfo!
7
8}