Schema Documentation
CartItemConnection
Description
Connection to CartItem Nodes
Fields
Field Name | Description |
---|---|
edges - [CartItemConnectionEdge!]! | A list of edges (relational context) between Cart and connected CartItem Nodes |
nodes - [CartItem!]! | A list of connected CartItem Nodes |
pageInfo - CartItemConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
CartItemConnection Types |
---|
Example
{"edges":[CartItemConnectionEdge],"nodes":[CartItem],"pageInfo":CartItemConnectionPageInfo}