GitHub

ShopifyFulfillmentLineItemConnection

interface

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

An auto-generated type for paginating through multiple FulfillmentLineItems.

interface ShopifyFulfillmentLineItemConnection {
  __typename: "FulfillmentLineItemConnection"
  edges: ShopifyFulfillmentLineItemEdge[]
  nodes: ShopifyFulfillmentLineItem[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"FulfillmentLineItemConnection"
edges
ShopifyFulfillmentLineItemEdge[]

A list of edges.

nodes
ShopifyFulfillmentLineItem[]

A list of the nodes contained in FulfillmentLineItemEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.