GitHub

ShopifyStringEdge

interface

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

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

interface ShopifyStringEdge {
  __typename: "StringEdge"
  cursor: string
  node: string
}

Properties

__typename
"StringEdge"
cursor
string

A cursor for use in pagination.

node
string

The item at the end of StringEdge.