GitHub

ShopifyBlogConnection

interface

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
}

Properties

__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.