OBJECT

ProductVariantConnection

link GraphQL Schema definition

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