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