import { ShopifyPageConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Pages.
interface ShopifyPageConnection {
__typename: "PageConnection"
edges: ShopifyPageEdge[]
nodes: ShopifyPage[]
pageInfo: ShopifyPageInfo
}
__typename "PageConnection" |
|---|
edges ShopifyPageEdge[] |
|---|
A list of edges. |
nodes ShopifyPage[] |
|---|
A list of the nodes contained in PageEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |