GitHub

ShopifyArticleConnection

interface

import { ShopifyArticleConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple Articles.

interface ShopifyArticleConnection {
  __typename: "ArticleConnection"
  edges: ShopifyArticleEdge[]
  nodes: ShopifyArticle[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"ArticleConnection"
edges
ShopifyArticleEdge[]

A list of edges.

nodes
ShopifyArticle[]

A list of the nodes contained in ArticleEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.