OBJECT

ProductSizeConnection

link GraphQL Schema definition

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