OBJECT
LineItemConnection
The connection type for LineItem.
link GraphQL Schema definition
- type LineItemConnection {
- # A list of edges.
- LineItemEdge] : [
- # A list of nodes.
- LineItem] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }