import { ShopifyBlogConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Blogs.
interface ShopifyBlogConnection {
__typename: "BlogConnection"
edges: ShopifyBlogEdge[]
nodes: ShopifyBlog[]
pageInfo: ShopifyPageInfo
}
__typename "BlogConnection" |
|---|
edges ShopifyBlogEdge[] |
|---|
A list of edges. |
nodes ShopifyBlog[] |
|---|
A list of the nodes contained in BlogEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |