OBJECT
ProductVariantConnection
The connection type for ProductVariant.
link GraphQL Schema definition
- type ProductVariantConnection implements TotalCountInterface {
- : [String!]!
- # A list of edges.
- : [ProductVariantEdge]
- : [String!]!
- # A list of nodes.
- : [ProductVariant]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }