GitHub

CheckoutLineItemConnection

import { CheckoutLineItemConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple CheckoutLineItems.

type CheckoutLineItemConnection = {
    __typename?: 'CheckoutLineItemConnection';
    edges: Array<CheckoutLineItemEdge>;
    nodes: Array<CheckoutLineItem>;
    pageInfo: PageInfo;
}