import { ShopifyCheckoutLineItemConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple CheckoutLineItems.
interface ShopifyCheckoutLineItemConnection {
__typename: "CheckoutLineItemConnection"
edges: ShopifyCheckoutLineItemEdge[]
nodes: ShopifyCheckoutLineItem[]
pageInfo: ShopifyPageInfo
}
__typename "CheckoutLineItemConnection" |
|---|
edges ShopifyCheckoutLineItemEdge[] |
|---|
A list of edges. |
nodes ShopifyCheckoutLineItem[] |
|---|
A list of the nodes contained in CheckoutLineItemEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |