GitHub

ShopifyUrlRedirectConnection

interface

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

An auto-generated type for paginating through multiple UrlRedirects.

interface ShopifyUrlRedirectConnection {
  __typename: "UrlRedirectConnection"
  edges: ShopifyUrlRedirectEdge[]
  nodes: ShopifyUrlRedirect[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"UrlRedirectConnection"
edges
ShopifyUrlRedirectEdge[]

A list of edges.

nodes
ShopifyUrlRedirect[]

A list of the nodes contained in UrlRedirectEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.