GitHub

ShopifyBaseCartLineConnection

interface

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

An auto-generated type for paginating through multiple BaseCartLines.

interface ShopifyBaseCartLineConnection {
  __typename: "BaseCartLineConnection"
  edges: ShopifyBaseCartLineEdge[]
  nodes: ShopifyBaseCartLine[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"BaseCartLineConnection"
edges
ShopifyBaseCartLineEdge[]

A list of edges.

nodes
ShopifyBaseCartLine[]

A list of the nodes contained in BaseCartLineEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.