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