import { BlogConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Blogs.
type BlogConnection = {
__typename?: 'BlogConnection';
edges: Array<BlogEdge>;
nodes: Array<Blog>;
pageInfo: PageInfo;
}