GitHub

ShopifyStringConnection

interface

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

An auto-generated type for paginating through multiple Strings.

interface ShopifyStringConnection {
  __typename: "StringConnection"
  edges: ShopifyStringEdge[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"StringConnection"
edges
ShopifyStringEdge[]

A list of edges.

pageInfo
ShopifyPageInfo

Information to aid in pagination.