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
}
__typename "MailingAddressEdge" |
|---|
cursor string |
|---|
A cursor for use in pagination. |
node ShopifyMailingAddress |
|---|
The item at the end of MailingAddressEdge. |