Product Component Type
Requires access scope.
The product component information.
Anchor to FieldsFields
- componentVariants (ProductVariantConnection!)
- componentVariantsCount (Count)
- nonComponentVariants (ProductVariantConnection!)
- nonComponentVariantsCount (Count)
- product (Product!)
- Anchor to componentVariantscomponent•Product
Variants Variant Connection! non-null The list of products' variants that are components.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to componentVariantsCountcomponent•Count
Variants Count The number of component variants for the product component.
- Anchor to nonComponentVariantsnon•Product
Component Variants Variant Connection! non-null The list of products' variants that are not components.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to nonComponentVariantsCountnon•Count
Component Variants Count The number of non_components variants for the product component.
- Anchor to productproduct•Product!non-null
The product that's a component.