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