Schema Documentation

CartItemConnectionEdge

Description

Edge between a Node and a connected CartItem

Fields
Field NameDescription
cursor - String Opaque reference to the nodes position in the connection. Value can be used with pagination args.
node - CartItem! The connected CartItem Node
Possible Types
CartItemConnectionEdge Types

CartToCartItemConnectionEdge

Example
{"cursor":"abc123","node":CartItem}