GitHub

ShopifyMailingAddressConnection

interface

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

An auto-generated type for paginating through multiple MailingAddresses.

interface ShopifyMailingAddressConnection {
  __typename: "MailingAddressConnection"
  edges: ShopifyMailingAddressEdge[]
  nodes: ShopifyMailingAddress[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"MailingAddressConnection"
edges
ShopifyMailingAddressEdge[]

A list of edges.

nodes
ShopifyMailingAddress[]

A list of the nodes contained in MailingAddressEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.