GitHub

ShopifyBlogEdge

interface

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

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

interface ShopifyBlogEdge {
  __typename: "BlogEdge"
  cursor: string
  node: ShopifyBlog
}

Properties

__typename
"BlogEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyBlog

The item at the end of BlogEdge.