Schema Documentation

CartItemToProductVariationConnectionEdge

Description

Connection between the CartItem type and the ProductVariation type

Fields
Field NameDescription
attributes - [VariationAttribute] Attributes of the variation.
cursor - String Opaque reference to the nodes position in the connection. Value can be used with pagination args.
node - ProductVariation! The node of the connection, without the edges
Example
{"attributes":[VariationAttribute],"cursor":"abc123","node":ProductVariation}