Schema Documentation

CompositeCartItemCompositeData

Description

Composite cart item object.

Fields
Field NameDescription
component - CompositeProductComponent Composite product components
product - CompositeCartItemCompositeDataToProductConnectionEdge Connection between the CompositeCartItemCompositeData type and the Product type
Arguments
where - CompositeCartItemCompositeDataToProductConnectionWhereArgs

Arguments for filtering the connection

productId - Int Composite product components
quantity - Int Quantity of component in cart
variation - CompositeCartItemCompositeDataToProductVariationConnectionEdge Connection between the CompositeCartItemCompositeData type and the ProductVariation type
Example
{"component":CompositeProductComponent,"product":CompositeCartItemCompositeDataToProductConnectionEdge,"productId":987,"quantity":987,"variation":CompositeCartItemCompositeDataToProductVariationConnectionEdge}