import { ShopifyArticleEdge } from '@daffodil/driver/shopify'
An auto-generated type which holds one Article and a cursor during pagination.
interface ShopifyArticleEdge {
__typename: "ArticleEdge"
cursor: string
node: ShopifyArticle
}
__typename "ArticleEdge" |
|---|
cursor string |
|---|
A cursor for use in pagination. |
node ShopifyArticle |
|---|
The item at the end of ArticleEdge. |