Schema Documentation

LineItemConnection

Description

Connection to LineItem Nodes

Fields
Field NameDescription
edges - [LineItemConnectionEdge!]! A list of edges (relational context) between Order and connected LineItem Nodes
nodes - [LineItem!]! A list of connected LineItem Nodes
pageInfo - LineItemConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[LineItemConnectionEdge],"nodes":[LineItem],"pageInfo":LineItemConnectionPageInfo}