GitHub

ShopifyUrlRedirectEdge

interface

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

An auto-generated type which holds one UrlRedirect and a cursor during pagination.

interface ShopifyUrlRedirectEdge {
  __typename: "UrlRedirectEdge"
  cursor: string
  node: ShopifyUrlRedirect
}

Properties

__typename
"UrlRedirectEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyUrlRedirect

The item at the end of UrlRedirectEdge.