GitHub

ShopifyLocationConnection

interface

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

An auto-generated type for paginating through multiple Locations.

interface ShopifyLocationConnection {
  __typename: "LocationConnection"
  edges: ShopifyLocationEdge[]
  nodes: ShopifyLocation[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"LocationConnection"
edges
ShopifyLocationEdge[]

A list of edges.

nodes
ShopifyLocation[]

A list of the nodes contained in LocationEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.