import { ShopifyLocationEdge } from '@daffodil/driver/shopify'
An auto-generated type which holds one Location and a cursor during pagination.
interface ShopifyLocationEdge {
__typename: "LocationEdge"
cursor: string
node: ShopifyLocation
}
__typename "LocationEdge" |
|---|
cursor string |
|---|
A cursor for use in pagination. |
node ShopifyLocation |
|---|
The item at the end of LocationEdge. |