OBJECT
CheckoutLineItemConnection
link GraphQL Schema definition
- type CheckoutLineItemConnection {
- # A list of edges.
- : [CheckoutLineItemEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- }
OBJECT
- type CheckoutLineItemConnection {
- # A list of edges.
- : [CheckoutLineItemEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- }