GitHub

ShopifyMailingAddressEdge

interface

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

An auto-generated type which holds one MailingAddress and a cursor during pagination.

interface ShopifyMailingAddressEdge {
  __typename: "MailingAddressEdge"
  cursor: string
  node: ShopifyMailingAddress
}

Properties

__typename
"MailingAddressEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyMailingAddress

The item at the end of MailingAddressEdge.