import { ShopifyOrderLineItemConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple OrderLineItems.
interface ShopifyOrderLineItemConnection {
__typename: "OrderLineItemConnection"
edges: ShopifyOrderLineItemEdge[]
nodes: ShopifyOrderLineItem[]
pageInfo: ShopifyPageInfo
}
__typename "OrderLineItemConnection" |
|---|
edges ShopifyOrderLineItemEdge[] |
|---|
A list of edges. |
nodes ShopifyOrderLineItem[] |
|---|
A list of the nodes contained in OrderLineItemEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |