GitHub

BlogConnection

An auto-generated type for paginating through multiple Blogs.

import { BlogConnection } from '@daffodil/driver/shopify'
type BlogConnection = {
    __typename?: 'BlogConnection';
    edges: Array<BlogEdge>;
    nodes: Array<Blog>;
    pageInfo: PageInfo;
}
Type Options
BlogConnection { __typename?: 'BlogConnection'; edges: Array<BlogEdge>; nodes: Array<Blog>; pageInfo: PageInfo; }