ProductVariant
ProductVariant
- description: String
The description of the variant
- distributorSku: String
The distributor's SKU of the variant
- id: ID!
- name: String
The name of the variant
- product: Product
The variant's product
- properties: [ProductPropertyValue!]!
The properties used to distinguish this variant from others variants of the product
- sku: String
The SKU of the variant
ProductVariantConnection
The connection type for ProductVariant.
- edges: [ProductVariantEdge]
A list of edges.
- nodes: [ProductVariant]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
- totalCount: Int!
ProductVariantEdge
An edge in a connection.
- cursor: String!
A cursor for use in pagination.
- node: ProductVariant
The item at the end of the edge.