GitHub

FulfillmentLineItemConnection

An auto-generated type for paginating through multiple FulfillmentLineItems.

import { FulfillmentLineItemConnection } from '@daffodil/driver/shopify'
type FulfillmentLineItemConnection = {
    __typename?: 'FulfillmentLineItemConnection';
    edges: Array<FulfillmentLineItemEdge>;
    nodes: Array<FulfillmentLineItem>;
    pageInfo: PageInfo;
}
Type Options
FulfillmentLineItemConnection { __typename?: 'FulfillmentLineItemConnection'; edges: Array<FulfillmentLineItemEdge>; nodes: Array<FulfillmentLineItem>; pageInfo: PageInfo; }